| Package | Description | 
|---|---|
| org.apache.http.client.protocol | Client specific HTTP protocol handlers. | 
| org.apache.http.impl.auth | Default implementations of standard and common HTTP authentication
 schemes. | 
| org.apache.http.impl.client | Default HTTP client implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| AuthState | HttpClientContext. getProxyAuthState() | 
| AuthState | HttpClientContext. getTargetAuthState() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HttpAuthenticator. generateAuthResponse(org.apache.http.HttpRequest request,
                    AuthState authState,
                    org.apache.http.protocol.HttpContext context) | 
| boolean | HttpAuthenticator. handleAuthChallenge(org.apache.http.HttpHost host,
                   org.apache.http.HttpResponse response,
                   AuthenticationStrategy authStrategy,
                   AuthState authState,
                   org.apache.http.protocol.HttpContext context) | 
| boolean | HttpAuthenticator. isAuthenticationRequested(org.apache.http.HttpHost host,
                         org.apache.http.HttpResponse response,
                         AuthenticationStrategy authStrategy,
                         AuthState authState,
                         org.apache.http.protocol.HttpContext context) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected AuthState | DefaultRequestDirector. proxyAuthStateDeprecated.  | 
| protected AuthState | DefaultRequestDirector. targetAuthStateDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | HttpAuthenticator. authenticate(org.apache.http.HttpHost host,
            org.apache.http.HttpResponse response,
            AuthenticationStrategy authStrategy,
            AuthState authState,
            org.apache.http.protocol.HttpContext context)Deprecated.  | 
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.