Package ru.moysklad.remap_1_2.utils
Class NoAuthRedirectStrategy
- java.lang.Object
-
- org.apache.http.impl.client.DefaultRedirectStrategy
-
- ru.moysklad.remap_1_2.utils.NoAuthRedirectStrategy
-
- All Implemented Interfaces:
org.apache.http.client.RedirectStrategy
public class NoAuthRedirectStrategy extends org.apache.http.impl.client.DefaultRedirectStrategy
-
-
Constructor Summary
Constructors Constructor Description NoAuthRedirectStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.http.client.methods.HttpUriRequestgetRedirect(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
-
-
-
Method Detail
-
getRedirect
public org.apache.http.client.methods.HttpUriRequest getRedirect(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) throws org.apache.http.ProtocolException- Specified by:
getRedirectin interfaceorg.apache.http.client.RedirectStrategy- Overrides:
getRedirectin classorg.apache.http.impl.client.DefaultRedirectStrategy- Throws:
org.apache.http.ProtocolException
-
-