| java.lang.Object | |
| ↳ | org.apache.http.impl.client.DefaultRedirectHandler |
This class is deprecated.
Please use openConnection() instead.
Please visit this webpage
for further details.
Default implementation of RedirectHandler.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.apache.http.client.RedirectHandler
| |||||||||||
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