@Contract(threading=IMMUTABLE) public class LaxRedirectStrategy extends DefaultRedirectStrategy
RedirectStrategy implementation
that automatically redirects all HEAD, GET, POST, and DELETE requests.
This strategy relaxes restrictions on automatic redirection of
POST methods imposed by the HTTP specification.| Modifier and Type | Field and Description |
|---|---|
static LaxRedirectStrategy |
INSTANCE |
REDIRECT_LOCATIONS| Constructor and Description |
|---|
LaxRedirectStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isRedirectable(String method) |
createLocationURI, getLocationURI, getRedirect, isRedirectedpublic static final LaxRedirectStrategy INSTANCE
protected boolean isRedirectable(String method)
isRedirectable in class DefaultRedirectStrategyCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.