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.auth Default implementations for interfaces in org.apache.http.auth
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
 

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.auth
 

Methods in org.apache.http.impl.auth with parameters of type AuthState
 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)
           
 

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.  
 

Methods in org.apache.http.impl.client with parameters of type AuthState
 boolean HttpAuthenticator.authenticate(HttpHost host, HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, HttpContext context)
          Deprecated.  
 



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