public class RedirectStrategy
extends org.apache.http.impl.client.DefaultRedirectStrategy
| Constructor and Description |
|---|
RedirectStrategy() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.methods.HttpUriRequest |
getRedirect(org.apache.http.HttpRequest request,
org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context) |
boolean |
isRedirectable(String method) |
public boolean isRedirectable(String method)
isRedirectable in class org.apache.http.impl.client.DefaultRedirectStrategypublic 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
getRedirect in interface org.apache.http.client.RedirectStrategygetRedirect in class org.apache.http.impl.client.DefaultRedirectStrategyorg.apache.http.ProtocolExceptionCopyright © 2012–2018 Atlassian. All rights reserved.