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

Packages that use AuthState
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
 

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

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

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)
           
 boolean HttpAuthenticator.isAuthenticationRequested(HttpHost host, HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, HttpContext context)
           
 



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