|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Downloader in org.lastbamboo.common.download |
|---|
| Subinterfaces of Downloader in org.lastbamboo.common.download | |
|---|---|
interface |
VisitableDownloader<StateT>
Interface for downloaders that are visitable by visitors. |
| Classes in org.lastbamboo.common.download that implement Downloader | |
|---|---|
class |
AbstractDownloader<T extends DownloaderState>
An abstract base class to help implement downloaders. |
class |
DummySha1Downloader<DsT extends DownloaderState>
A downloader that checks the SHA-1 of a resource downloaded by a delegate downloader. |
class |
MultiSourceDownloader
A downloader that can download from multiple sources simultaneously. |
class |
Sha1Downloader<DsT extends DownloaderState>
A downloader that checks the SHA-1 of a resource downloaded by a delegate downloader. |
| Constructors in org.lastbamboo.common.download with parameters of type Downloader | |
|---|---|
DummySha1Downloader(Downloader<DsT> delegate,
long expectedSize)
Constructs a new downloader. |
|
Sha1Downloader(Downloader<DsT> delegate,
URI expectedSha1,
long expectedSize)
Constructs a new downloader. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||