Uses of Class
org.apache.http.auth.AuthState
Packages that use AuthState
Package
Description
Client specific HTTP protocol handlers.
Default implementations of standard and common HTTP authentication
schemes.
Default HTTP client implementation.
-
Uses of AuthState in org.apache.http.client.protocol
Methods in org.apache.http.client.protocol that return AuthStateModifier and TypeMethodDescriptionHttpClientContext.getProxyAuthState()HttpClientContext.getTargetAuthState() -
Uses of AuthState in org.apache.http.impl.auth
Methods in org.apache.http.impl.auth with parameters of type AuthStateModifier and TypeMethodDescriptionvoidHttpAuthenticator.generateAuthResponse(org.apache.http.HttpRequest request, AuthState authState, org.apache.http.protocol.HttpContext context) booleanHttpAuthenticator.handleAuthChallenge(org.apache.http.HttpHost host, org.apache.http.HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, org.apache.http.protocol.HttpContext context) booleanHttpAuthenticator.isAuthenticationRequested(org.apache.http.HttpHost host, org.apache.http.HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, org.apache.http.protocol.HttpContext context) -
Uses of AuthState in org.apache.http.impl.client
Fields in org.apache.http.impl.client declared as AuthStateModifier and TypeFieldDescriptionprotected final AuthStateDefaultRequestDirector.proxyAuthStateDeprecated.protected final AuthStateDefaultRequestDirector.targetAuthStateDeprecated.Methods in org.apache.http.impl.client with parameters of type AuthStateModifier and TypeMethodDescriptionbooleanHttpAuthenticator.authenticate(org.apache.http.HttpHost host, org.apache.http.HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, org.apache.http.protocol.HttpContext context) Deprecated.