Class LaxRedirectStrategy
java.lang.Object
org.apache.http.impl.client.DefaultRedirectStrategy
org.apache.http.impl.client.LaxRedirectStrategy
- All Implemented Interfaces:
RedirectStrategy
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.- Since:
- 4.2
-
Field Summary
Fields inherited from class DefaultRedirectStrategy
INSTANCE, REDIRECT_LOCATIONS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DefaultRedirectStrategy
createLocationURI, getLocationURI, getRedirect, isRedirected
-
Constructor Details
-
LaxRedirectStrategy
public LaxRedirectStrategy()
-
-
Method Details
-
isRedirectable
- Overrides:
isRedirectablein classDefaultRedirectStrategy
-