|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of RangeDownloader in org.lastbamboo.common.download |
|---|
| Classes in org.lastbamboo.common.download that implement RangeDownloader | |
|---|---|
class |
SingleSourceDownloader
Downloads data from a single source. |
| Methods in org.lastbamboo.common.download that return RangeDownloader | |
|---|---|
RangeDownloader |
SourceRankerImpl.getBestSource()
|
RangeDownloader |
SourceRanker.getBestSource()
Gets the best available source to download from. |
| Methods in org.lastbamboo.common.download with parameters of type RangeDownloader | |
|---|---|
void |
RateCalculatorImpl.addData(RangeDownloader downloader)
|
void |
RateCalculator.addData(RangeDownloader downloader)
Adds data for the given downloader. |
int |
DownloadSpeedComparator.compare(RangeDownloader dl0,
RangeDownloader dl1)
|
void |
SourceRankerImpl.onAvailable(RangeDownloader downloader)
|
void |
SourceRanker.onAvailable(RangeDownloader downloader)
Notifies the ranker that the given source is available for work. |
void |
RangeDownloadListener.onBytesRead(RangeDownloader downloader)
Called when a set of bytes are read for a given range. |
void |
RangeDownloadListener.onConnect(RangeDownloader downloader)
Called when a give downloader has established a connection. |
void |
RangeDownloadListener.onDownloadFinished(RangeDownloader downloader)
Notification that the download has finished. |
void |
RangeDownloadListener.onDownloadStarted(RangeDownloader downloader)
Called when the download has begun. |
void |
RangeDownloadListener.onFail(RangeDownloader downloader)
Called when the download has failed. |
| Constructor parameters in org.lastbamboo.common.download with type arguments of type RangeDownloader | |
|---|---|
SourceRankerImpl(Comparator<RangeDownloader> comparator)
Creates a new ranker. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||