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 DefaultHttpClient.createAuthSchemeRegistry()
           
protected abstract  AuthSchemeRegistry AbstractHttpClient.createAuthSchemeRegistry()
           
 AuthSchemeRegistry AbstractHttpClient.getAuthSchemes()
           
 

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



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.