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

Packages that use AuthState
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
org.apache.http.impl.execchain   
 

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

Methods in org.apache.http.client.protocol that return AuthState
 AuthState HttpClientContext.getProxyAuthState()
           
 AuthState HttpClientContext.getTargetAuthState()
           
 

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

Fields in org.apache.http.impl.client declared as AuthState
protected  AuthState DefaultRequestDirector.proxyAuthState
          Deprecated.  
protected  AuthState DefaultRequestDirector.targetAuthState
          Deprecated.  
 

Uses of AuthState in org.apache.http.impl.execchain
 

Methods in org.apache.http.impl.execchain with parameters of type AuthState
 boolean HttpAuthenticator.authenticate(HttpHost host, HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, HttpContext context)
          Deprecated. (4.3) use HttpAuthenticator.handleAuthChallenge( HttpHost, HttpResponse, AuthenticationStrategy, AuthState, HttpContext).
 void HttpAuthenticator.generateAuthResponse(HttpRequest request, AuthState authState, HttpContext context)
           
 boolean HttpAuthenticator.handleAuthChallenge(HttpHost host, HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, HttpContext context)
           
 boolean HttpAuthenticator.isAuthenticationRequested(HttpHost host, HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, HttpContext context)
           
 



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