| Class | Description |
|---|---|
| DownloadServiceNotConnectedHelper |
The helper for handling the case of requesting do something in the downloader service but the
downloader service isn't connected yet.
|
| FileDownloadExecutors |
Executors are used in entire FileDownloader internal for managing different threads.
|
| FileDownloadHelper |
The helper for cache the
APP_CONTEXT and OK_HTTP_CLIENT for the main process and
the filedownloader process. |
| FileDownloadLog |
The log printer help to control all logs in FileDownloader.
|
| FileDownloadProperties |
You can customize the FileDownloader Engine by add filedownloader.properties file in your assets
folder.
|
| FileDownloadProperties.HolderClass | |
| FileDownloadSerialQueue |
The serial queue, what used to dynamically increase tasks, and tasks in the queue will
automatically start download one by one.
|
| FileDownloadUtils |
The utils for FileDownloader.
|