| 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 |
|---|---|
(package private) class |
AuthenticationStrategyAdaptor
Deprecated.
(4.2) do not use
|
(package private) class |
AuthenticationStrategyImpl |
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(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) |
MainClientExec(HttpRequestExecutor requestExecutor,
HttpClientConnectionManager connManager,
ConnectionReuseStrategy reuseStrategy,
ConnectionKeepAliveStrategy keepAliveStrategy,
HttpProcessor proxyHttpProcessor,
AuthenticationStrategy targetAuthStrategy,
AuthenticationStrategy proxyAuthStrategy,
UserTokenHandler userTokenHandler) |