Package | Description |
---|---|
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 |
---|---|
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 | Class and Description |
---|---|
class |
ProxyAuthenticationStrategy
Default
AuthenticationStrategy implementation
for proxy host authentication. |
class |
TargetAuthenticationStrategy
Default
AuthenticationStrategy implementation
for proxy host authentication. |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationStrategy |
DefaultRequestDirector.proxyAuthStrategy
Deprecated.
The proxy authentication handler.
|
protected AuthenticationStrategy |
DefaultRequestDirector.targetAuthStrategy
Deprecated.
The target authentication handler.
|
Modifier and Type | Method and Description |
---|---|
protected AuthenticationStrategy |
AbstractHttpClient.createProxyAuthenticationStrategy()
Deprecated.
|
protected AuthenticationStrategy |
AbstractHttpClient.createTargetAuthenticationStrategy()
Deprecated.
|
AuthenticationStrategy |
AbstractHttpClient.getProxyAuthenticationStrategy()
Deprecated.
|
AuthenticationStrategy |
AbstractHttpClient.getTargetAuthenticationStrategy()
Deprecated.
|
Constructor and Description |
---|
DefaultRequestDirector(org.apache.commons.logging.Log log,
HttpRequestExecutor requestExec,
ClientConnectionManager conman,
ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectStrategy redirectStrategy,
AuthenticationStrategy targetAuthStrategy,
AuthenticationStrategy proxyAuthStrategy,
UserTokenHandler userTokenHandler,
HttpParams params)
Deprecated.
|
Constructor and Description |
---|
MainClientExec(HttpRequestExecutor requestExecutor,
HttpClientConnectionManager connManager,
ConnectionReuseStrategy reuseStrategy,
ConnectionKeepAliveStrategy keepAliveStrategy,
AuthenticationStrategy targetAuthStrategy,
AuthenticationStrategy proxyAuthStrategy,
UserTokenHandler userTokenHandler) |
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.