public static class HttpDownloader.RepeatOverflowEvent extends HttpEvent
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentRepeatCount |
protected HttpDownloader |
downloader |
protected int |
maxRepeatCount |
| Constructor and Description |
|---|
RepeatOverflowEvent(HttpDownloader downloader,
int currentRepeatCount,
int maxRepeatCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentRepeatCount() |
HttpDownloader |
getHttpDownloader() |
int |
getMaxRepeatCount() |
protected HttpDownloader downloader
protected int currentRepeatCount
protected int maxRepeatCount
public RepeatOverflowEvent(HttpDownloader downloader, int currentRepeatCount, int maxRepeatCount)
public HttpDownloader getHttpDownloader()
public int getCurrentRepeatCount()
public int getMaxRepeatCount()
Copyright © 2017. All rights reserved.