Registry / networking / cxf-rt-transports-http-hc

cxf-rt-transports-http-hc

JSON →
library4.2.0javamavenunverified

Apache CXF Runtime HTTP Async Transport provides asynchronous HTTP transport support for web services using Apache CXF.

<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-hc</artifactId> <version>4.2.0</version> </dependency>
INSTALL
IMPORT
SIG · CXF-RT-TRANSPORTS-
C
cxf-rt-transports-http-hc
networkingjavav4.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AsyncHTTPConduit
✓ org.apache.cxf.transport.http.asyncclient.AsyncHTTPConduit

Configures an asynchronous HTTP conduit for a CXF web service client.

import org.apache.cxf.transport.http.asyncclient.AsyncHTTPConduit; import org.apache.cxf.endpoint.Client; import org.apache.cxf.frontend.ClientProxy; // Assuming a service proxy MyService service = new MyService(); Client client = ClientProxy.getClient(service); AsyncHTTPConduit conduit = (AsyncHTTPConduit) client.getConduit(); conduit.getClient().setReceiveTimeout(10000); System.out.println("Async HTTP conduit configured.");
Debug
Known issues
gotchaAsyncHTTPConduit requires the Apache HttpClient async library; ensure it is on the classpath.
fix
Add dependency on org.apache.httpcomponents:httpasyncclient.
affects: >=4.0.0
Upgrade
Version history
4.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
cxf-rt-transports-http-hc — mvn dependency:get cxf-rt-transports-http-hc · libregistry