public static class HttpDownloader.FinishWithErrorEvent extends HttpEvent
| Modifier and Type | Field and Description |
|---|---|
protected HttpDownloader |
downloader |
protected String |
message |
| Constructor and Description |
|---|
FinishWithErrorEvent(HttpDownloader downloader,
String message) |
| Modifier and Type | Method and Description |
|---|---|
HttpDownloader |
getHttpDownloader() |
String |
getMessage() |
protected HttpDownloader downloader
protected String message
public FinishWithErrorEvent(HttpDownloader downloader, String message)
public HttpDownloader getHttpDownloader()
public String getMessage()
Copyright © 2017. All rights reserved.