Apache CXF API

Uses of Interface
org.apache.cxf.transport.http.HTTPConduitFactory

Packages that use HTTPConduitFactory
org.apache.cxf.transport.http   
org.apache.cxf.transport.http.asyncclient   
org.apache.cxf.transport.http.netty.client   
 

Uses of HTTPConduitFactory in org.apache.cxf.transport.http
 

Methods in org.apache.cxf.transport.http that return HTTPConduitFactory
protected  HTTPConduitFactory HTTPTransportFactory.findFactory(EndpointInfo endpointInfo, Bus bus)
           
 

Uses of HTTPConduitFactory in org.apache.cxf.transport.http.asyncclient
 

Classes in org.apache.cxf.transport.http.asyncclient that implement HTTPConduitFactory
 class AsyncHTTPConduitFactory
           
 

Uses of HTTPConduitFactory in org.apache.cxf.transport.http.netty.client
 

Classes in org.apache.cxf.transport.http.netty.client that implement HTTPConduitFactory
 class NettyHttpConduitFactory
           
 


Apache CXF API

Apache CXF