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