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
    Constructor
    Description
     
    QuarkusAsyncHTTPConduitFactory(org.apache.cxf.Bus b)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class org.apache.cxf.transport.http.asyncclient.hc5.AsyncHTTPConduitFactory

    adaptClientBuilder, close, createClient, createConduit, getUseAsyncPolicy, isShutdown, setupNIOClient, shutdown, update

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QuarkusAsyncHTTPConduitFactory

      public QuarkusAsyncHTTPConduitFactory(org.apache.cxf.Bus b)
    • QuarkusAsyncHTTPConduitFactory

      public QuarkusAsyncHTTPConduitFactory(Map<String,Object> conf)
  • 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:
      createConduit in class org.apache.cxf.transport.http.asyncclient.hc5.AsyncHTTPConduitFactory
      Throws:
      IOException