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(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.
|
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.