|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.http.impl.client.DefaultRedirectStrategy
org.apache.http.impl.client.LaxRedirectStrategy
@Immutable public class LaxRedirectStrategy
Lax RedirectStrategy implementation
that automatically redirects all HEAD, GET and POST requests.
This strategy relaxes restrictions on automatic redirection of
POST methods imposed by the HTTP specification.
| Field Summary |
|---|
| Fields inherited from class org.apache.http.impl.client.DefaultRedirectStrategy |
|---|
INSTANCE, REDIRECT_LOCATIONS |
| Constructor Summary | |
|---|---|
LaxRedirectStrategy()
|
|
| Method Summary | |
|---|---|
protected boolean |
isRedirectable(java.lang.String method)
|
| Methods inherited from class org.apache.http.impl.client.DefaultRedirectStrategy |
|---|
createLocationURI, getLocationURI, getRedirect, isRedirected |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LaxRedirectStrategy()
| Method Detail |
|---|
protected boolean isRedirectable(java.lang.String method)
isRedirectable in class DefaultRedirectStrategy
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||