Package org.smallmind.web.jersey.proxy
Class ExtraLaxRedirectStrategy
- java.lang.Object
-
- org.apache.http.impl.client.DefaultRedirectStrategy
-
- org.smallmind.web.jersey.proxy.ExtraLaxRedirectStrategy
-
- All Implemented Interfaces:
org.apache.http.client.RedirectStrategy
public class ExtraLaxRedirectStrategy extends org.apache.http.impl.client.DefaultRedirectStrategy
-
-
Constructor Summary
Constructors Constructor Description ExtraLaxRedirectStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisRedirectable(String method)
-
-
-
Method Detail
-
isRedirectable
protected boolean isRedirectable(String method)
- Overrides:
isRedirectablein classorg.apache.http.impl.client.DefaultRedirectStrategy
-
-