|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RedirectHandler
A handler for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target server.
Classes implementing this interface must synchronize access to shared data as methods of this interfrace may be executed from multiple threads
Method Summary | |
---|---|
java.net.URI |
getLocationURI(org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
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)
Determines if a request should be redirected to a new location given the response from the target server. |
Method Detail |
---|
boolean isRedirectRequested(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
response
- the response received from the target servercontext
- the context for the request execution
true
if the request should be redirected, false
otherwisejava.net.URI getLocationURI(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) throws org.apache.http.ProtocolException
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 |