| Package | Description |
|---|---|
| org.apache.http.impl.client |
Default HTTP client implementation.
|
| org.apache.http.impl.execchain |
HTTP request execution chain APIs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRedirectStrategy
Default implementation of
RedirectStrategy. |
(package private) class |
DefaultRedirectStrategyAdaptor
Deprecated.
(4.1) do not use
|
class |
LaxRedirectStrategy
Lax
RedirectStrategy implementation
that automatically redirects all HEAD, GET and POST requests. |
| Modifier and Type | Field and Description |
|---|---|
protected RedirectStrategy |
DefaultRequestDirector.redirectStrategy
Deprecated.
The redirect strategy.
|
| Modifier and Type | Method and Description |
|---|---|
RedirectStrategy |
AbstractHttpClient.getRedirectStrategy()
Deprecated.
|
| Constructor and Description |
|---|
RedirectExec(ClientExecChain requestExecutor,
HttpRoutePlanner routePlanner,
RedirectStrategy redirectStrategy) |