Class QuarkusAsyncHTTPConduitFactory
java.lang.Object
org.apache.cxf.transport.http.asyncclient.hc5.AsyncHTTPConduitFactory
io.quarkiverse.cxf.transport.http.hc5.QuarkusAsyncHTTPConduitFactory
- All Implemented Interfaces:
org.apache.cxf.transport.http.HTTPConduitFactory
public class QuarkusAsyncHTTPConduitFactory
extends org.apache.cxf.transport.http.asyncclient.hc5.AsyncHTTPConduitFactory
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.cxf.transport.http.asyncclient.hc5.AsyncHTTPConduitFactory
org.apache.cxf.transport.http.asyncclient.hc5.AsyncHTTPConduitFactory.CloseIdleConnectionThread, org.apache.cxf.transport.http.asyncclient.hc5.AsyncHTTPConduitFactory.UseAsyncPolicy -
Field Summary
Fields inherited from class org.apache.cxf.transport.http.asyncclient.hc5.AsyncHTTPConduitFactory
CONNECTION_MAX_IDLE, CONNECTION_TTL, MAX_CONNECTIONS, MAX_PER_HOST_CONNECTIONS, SELECT_INTERVAL, SO_KEEPALIVE, SO_LINGER, SO_TIMEOUT, TCP_NODELAY, THREAD_COUNT, USE_POLICY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.transport.http.HTTPConduitcreateConduit(org.apache.cxf.Bus bus, org.apache.cxf.service.model.EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) Methods inherited from class org.apache.cxf.transport.http.asyncclient.hc5.AsyncHTTPConduitFactory
adaptClientBuilder, close, createClient, createConduit, getUseAsyncPolicy, isShutdown, setupNIOClient, shutdown, update
-
Constructor Details
-
QuarkusAsyncHTTPConduitFactory
public QuarkusAsyncHTTPConduitFactory(org.apache.cxf.Bus b) -
QuarkusAsyncHTTPConduitFactory
-
-
Method Details
-
createConduit
public org.apache.cxf.transport.http.HTTPConduit createConduit(org.apache.cxf.Bus bus, org.apache.cxf.service.model.EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) throws IOException - Overrides:
createConduitin classorg.apache.cxf.transport.http.asyncclient.hc5.AsyncHTTPConduitFactory- Throws:
IOException
-