| Package | Description |
|---|---|
| org.apache.http.impl.client |
Default HTTP client implementation.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractAuthenticationHandler |
Deprecated.
(4.2) use
AuthenticationStrategy |
class |
DefaultProxyAuthenticationHandler |
Deprecated.
(4.2) use
ProxyAuthenticationStrategy |
class |
DefaultTargetAuthenticationHandler |
Deprecated.
(4.2) use
TargetAuthenticationStrategy |
| Modifier and Type | Field | Description |
|---|---|---|
protected AuthenticationHandler |
DefaultRequestDirector.proxyAuthHandler |
Deprecated.
|
protected AuthenticationHandler |
DefaultRequestDirector.targetAuthHandler |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected AuthenticationHandler |
AbstractHttpClient.createProxyAuthenticationHandler() |
Deprecated.
(4.2) do not use
|
protected AuthenticationHandler |
AbstractHttpClient.createTargetAuthenticationHandler() |
Deprecated.
(4.2) do not use
|
AuthenticationHandler |
AbstractHttpClient.getProxyAuthenticationHandler() |
Deprecated.
(4.2) do not use
|
AuthenticationHandler |
AbstractHttpClient.getTargetAuthenticationHandler() |
Deprecated.
(4.2) do not use
|
| Modifier and Type | Method | Description |
|---|---|---|
protected RequestDirector |
AbstractHttpClient.createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectHandler redirectHandler,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params) |
Deprecated.
(4.1) do not use
|
protected RequestDirector |
AbstractHttpClient.createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectStrategy redirectStrategy,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params) |
Deprecated.
(4.2) do not use
|
void |
AbstractHttpClient.setProxyAuthenticationHandler(AuthenticationHandler handler) |
Deprecated.
(4.2) do not use
|
void |
AbstractHttpClient.setTargetAuthenticationHandler(AuthenticationHandler handler) |
Deprecated.
(4.2) do not use
|
| Constructor | Description |
|---|---|
DefaultRequestDirector(org.apache.commons.logging.Log log,
org.apache.http.protocol.HttpRequestExecutor requestExec,
ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectStrategy redirectStrategy,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params) |
Deprecated.
|
DefaultRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectHandler redirectHandler,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params) |
Deprecated.
|