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

Packages that use HTTPConduit
org.apache.cxf.transport.http   
 

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

Methods in org.apache.cxf.transport.http with parameters of type HTTPConduit
 String HttpBasicAuthSupplier.getAuthorizationForRealm(HTTPConduit conduit, URL currentURL, org.apache.cxf.message.Message message, String realm, String fullHeader)
           
 String DigestAuthSupplier.getAuthorizationForRealm(HTTPConduit conduit, URL currentURL, org.apache.cxf.message.Message message, String realm, String fullHeader)
           
abstract  String HttpAuthSupplier.getAuthorizationForRealm(HTTPConduit conduit, URL currentURL, org.apache.cxf.message.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.getPreemptiveAuthorization(HTTPConduit conduit, URL currentURL, org.apache.cxf.message.Message message)
           
 String DigestAuthSupplier.getPreemptiveAuthorization(HTTPConduit conduit, URL currentURL, org.apache.cxf.message.Message message)
           
abstract  String HttpAuthSupplier.getPreemptiveAuthorization(HTTPConduit conduit, URL currentURL, org.apache.cxf.message.Message message)
          The HTTPConduit makes a call to this method before connecting to the server behind a particular URL.
 



Apache CXF