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   
 

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
 String DigestAuthSupplier.getAuthorizationForRealm(HTTPConduit conduit, URL currentURL, Message message, String realm, String fullHeader)
           
abstract  String HttpAuthSupplier.getAuthorizationForRealm(HTTPConduit conduit, URL currentURL, Message message, String realm, String fullHeader)
          The HTTPConduit makes a call to this method if it receives a 401 response to a particular URL for a given message.
 String HttpBasicAuthSupplier.getAuthorizationForRealm(HTTPConduit conduit, URL currentURL, Message message, String realm, String fullHeader)
           
 String DigestAuthSupplier.getPreemptiveAuthorization(HTTPConduit conduit, URL currentURL, Message message)
           
abstract  String HttpAuthSupplier.getPreemptiveAuthorization(HTTPConduit conduit, URL currentURL, Message message)
          The HTTPConduit makes a call to this method before connecting to the server behind a particular URL.
 String HttpBasicAuthSupplier.getPreemptiveAuthorization(HTTPConduit conduit, URL currentURL, Message message)
           
 


Apache CXF API

Apache CXF