| Package | Description |
|---|---|
| org.apache.http.impl.client |
Default HTTP client implementation.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultRedirectHandler |
Deprecated.
(4.1) use
DefaultRedirectStrategy. |
| Modifier and Type | Field | Description |
|---|---|---|
protected RedirectHandler |
DefaultRequestDirector.redirectHandler |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected RedirectHandler |
AbstractHttpClient.createRedirectHandler() |
Deprecated.
(4.1) do not use
|
RedirectHandler |
AbstractHttpClient.getRedirectHandler() |
Deprecated.
(4.1) 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
|
void |
AbstractHttpClient.setRedirectHandler(RedirectHandler handler) |
Deprecated.
(4.1) do not use
|
| Constructor | Description |
|---|---|
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.
|