DefaultRedirectStrategy.@Contract(threading=IMMUTABLE)
@Deprecated
public class DefaultRedirectHandler
extends java.lang.Object
implements org.apache.http.client.RedirectHandler
RedirectHandler.| Constructor and Description |
|---|
DefaultRedirectHandler()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getLocationURI(HttpResponse response,
org.apache.http.protocol.HttpContext context)
Deprecated.
|
boolean |
isRedirectRequested(HttpResponse response,
org.apache.http.protocol.HttpContext context)
Deprecated.
|
public boolean isRedirectRequested(HttpResponse response, org.apache.http.protocol.HttpContext context)
isRedirectRequested in interface org.apache.http.client.RedirectHandlerpublic java.net.URI getLocationURI(HttpResponse response, org.apache.http.protocol.HttpContext context) throws ProtocolException
getLocationURI in interface org.apache.http.client.RedirectHandlerProtocolException