Package | Description |
---|---|
org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
org.apache.http.impl.execchain |
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.