java.lang.Object | ||
↳ | java.lang.Enum<chan.http.HttpRequest.RedirectHandler.Action> | |
↳ | chan.http.HttpRequest.RedirectHandler.Action |
Redirection handler result.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
HttpRequest.RedirectHandler.Action | CANCEL | Cancel redirect handling. |
|||||||||
HttpRequest.RedirectHandler.Action | GET | Follow redirect with GET method. |
|||||||||
HttpRequest.RedirectHandler.Action | RETRANSMIT | Follow redirect with previous method including data retransmission for POST. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Overrides redirected URI. | |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Follow redirect with previous method including data retransmission for POST.
Parameters | |
---|---|
name |
String
|
Returns | |
---|---|
HttpRequest.RedirectHandler.Action |