Package | Description |
---|---|
org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
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
The redirect strategy.
|
Modifier and Type | Method and Description |
---|---|
RedirectStrategy |
AbstractHttpClient.getRedirectStrategy() |
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.