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

Packages that use AuthSchemeRegistry
org.apache.http.client.protocol Client specific HTTP protocol handlers. 
org.apache.http.impl.client Default HTTP client implementation. 
 

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)
          Deprecated.  
 

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

Methods in org.apache.http.impl.client that return AuthSchemeRegistry
protected  AuthSchemeRegistry AbstractHttpClient.createAuthSchemeRegistry()
          Deprecated.  
 AuthSchemeRegistry ProxyClient.getAuthSchemeRegistry()
          Deprecated. (4.3) do not use.
 AuthSchemeRegistry AbstractHttpClient.getAuthSchemes()
          Deprecated.  
 

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



Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.