org.apache.http.client.RedirectHandler |
Known Indirect Subclasses |
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
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Determines the location request is expected to be redirected to
given the response from the target server and the current request
execution context.
| |||||||||||
Determines if a request should be redirected to a new location
given the response from the target server.
|
Determines the location request is expected to be redirected to given the response from the target server and the current request execution context.
response | the response received from the target server |
---|---|
context | the context for the request execution |
ProtocolException |
---|
Determines if a request should be redirected to a new location given the response from the target server.
response | the response received from the target server |
---|---|
context | the context for the request execution |
true
if the request should be redirected, false
otherwise