Uses of Class
org.apache.http.auth.AuthSchemeRegistry

Packages that use AuthSchemeRegistry
org.apache.http.client.protocol Additional request and response interceptors for HTTP state and authentication management. 
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
 

Uses of AuthSchemeRegistry in org.apache.http.client.protocol
 

Methods in org.apache.http.client.protocol with parameters of type AuthSchemeRegistry
 void ClientContextConfigurer.setAuthSchemeRegistry(AuthSchemeRegistry registry)
           
 

Uses of AuthSchemeRegistry in org.apache.http.impl.client
 

Methods in org.apache.http.impl.client that return AuthSchemeRegistry
protected  AuthSchemeRegistry AbstractHttpClient.createAuthSchemeRegistry()
           
 AuthSchemeRegistry ProxyClient.getAuthSchemeRegistry()
           
 AuthSchemeRegistry AbstractHttpClient.getAuthSchemes()
           
 

Methods in org.apache.http.impl.client with parameters of type AuthSchemeRegistry
 void AbstractHttpClient.setAuthSchemes(AuthSchemeRegistry registry)
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.