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 . |
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) |
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.