Apache CXF API

Uses of Class
org.apache.cxf.transport.http.HTTPConduit

Packages that use HTTPConduit
org.apache.cxf.jaxrs.client   
org.apache.cxf.transport.http   
org.apache.cxf.transport.http.osgi   
 

Uses of HTTPConduit in org.apache.cxf.jaxrs.client
 

Methods in org.apache.cxf.jaxrs.client that return HTTPConduit
 HTTPConduit ClientConfiguration.getHttpConduit()
          Gets the HTTP conduit responsible for a transport-level communication with the remote service.
 

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

Methods in org.apache.cxf.transport.http with parameters of type HTTPConduit
 void HTTPConduitConfigurer.configure(String name, String address, HTTPConduit c)
           
 

Uses of HTTPConduit in org.apache.cxf.transport.http.osgi
 

Methods in org.apache.cxf.transport.http.osgi with parameters of type HTTPConduit
 void HTTPTransportActivator.configure(String name, String address, HTTPConduit c)
           
 


Apache CXF API

Apache CXF