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.
|
org.apache.http.impl.execchain |
HTTP request execution chain APIs.
|
Modifier and Type | Method and Description |
---|---|
AuthState |
HttpClientContext.getProxyAuthState() |
AuthState |
HttpClientContext.getTargetAuthState() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
RequestAuthenticationBase.process(AuthState authState,
HttpRequest request,
HttpContext context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
protected AuthState |
DefaultRequestDirector.proxyAuthState
Deprecated.
|
protected AuthState |
DefaultRequestDirector.targetAuthState
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HttpAuthenticator.authenticate(HttpHost host,
HttpResponse response,
AuthenticationStrategy authStrategy,
AuthState authState,
HttpContext context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
MainClientExec.establishRoute(AuthState proxyAuthState,
HttpClientConnection managedConn,
HttpRoute route,
HttpRequest request,
HttpClientContext context)
Establishes the target route.
|