public static class HttpResponse.RedirectEvent extends HttpEvent
| Modifier and Type | Field and Description |
|---|---|
protected URL |
from |
protected HttpResponse |
response |
protected URL |
to |
| Constructor and Description |
|---|
RedirectEvent(HttpResponse response,
URL from,
URL to) |
| Modifier and Type | Method and Description |
|---|---|
URL |
getFrom() |
HttpResponse |
getHttpResponse() |
URL |
getTo() |
protected HttpResponse response
protected URL from
protected URL to
public RedirectEvent(HttpResponse response, URL from, URL to)
public HttpResponse getHttpResponse()
public URL getFrom()
public URL getTo()
Copyright © 2017. All rights reserved.