|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.http.impl.client.DefaultRedirectHandler
DefaultRedirectStrategy
.
@Contract(threading=IMMUTABLE) @Deprecated public class DefaultRedirectHandler
Default implementation of RedirectHandler
.
Constructor Summary | |
---|---|
DefaultRedirectHandler()
Deprecated. |
Method Summary | |
---|---|
URI |
getLocationURI(org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
Deprecated. Determines the location request is expected to be redirected to given the response from the target server and the current request execution context. |
boolean |
isRedirectRequested(org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
Deprecated. Determines if a request should be redirected to a new location given the response from the target server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultRedirectHandler()
Method Detail |
---|
public boolean isRedirectRequested(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
RedirectHandler
isRedirectRequested
in interface RedirectHandler
response
- the response received from the target servercontext
- the context for the request execution
true
if the request should be redirected, false
otherwisepublic URI getLocationURI(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) throws org.apache.http.ProtocolException
RedirectHandler
getLocationURI
in interface RedirectHandler
response
- the response received from the target servercontext
- the context for the request execution
org.apache.http.ProtocolException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |