Package org.apache.http.impl.client
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, POST, and DELETE requests.
This strategy relaxes restrictions on automatic redirection of
POST methods imposed by the HTTP specification.- Since:
- 4.2
-
Field Summary
FieldsFields inherited from class org.apache.http.impl.client.DefaultRedirectStrategy
REDIRECT_LOCATIONS, SC_PERMANENT_REDIRECT
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.http.impl.client.DefaultRedirectStrategy
createLocationURI, getLocationURI, getRedirect, isRedirectable, isRedirected
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
LaxRedirectStrategy
public LaxRedirectStrategy()
-