Uses of Class
org.apache.cxf.transport.http.asyncclient.AsyncHTTPConduitFactory
-
Packages that use AsyncHTTPConduitFactory Package Description org.apache.cxf.transport.http.asyncclient -
-
Uses of AsyncHTTPConduitFactory in org.apache.cxf.transport.http.asyncclient
Methods in org.apache.cxf.transport.http.asyncclient that return AsyncHTTPConduitFactory Modifier and Type Method Description AsyncHTTPConduitFactoryAsyncHTTPConduit. getAsyncHTTPConduitFactory()Methods in org.apache.cxf.transport.http.asyncclient with parameters of type AsyncHTTPConduitFactory Modifier and Type Method Description voidAsyncHttpTransportFactory. setAsyncHTTPConduitFactory(AsyncHTTPConduitFactory f)Constructors in org.apache.cxf.transport.http.asyncclient with parameters of type AsyncHTTPConduitFactory Constructor Description AsyncHTTPConduit(Bus b, EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t, AsyncHTTPConduitFactory factory)
-