| Interface | Description |
|---|---|
| BaseDownloadTask |
An atom download task.
|
| BaseDownloadTask.FinishListener | |
| BaseDownloadTask.InQueueTask |
Declare the task will be assembled by a queue which makes up of the same listener task.
|
| BaseDownloadTask.IRunningTask |
The running task.
|
| BaseDownloadTask.LifeCycleCallback |
The callback for the life cycle of the task.
|
| CompatListenerAssist.CompatListenerAssistCallback | |
| FileDownloadMonitor.IMonitor |
The interface used to monitor all tasks's status change in the FileDownloader.
|
| IDownloadSpeed |
The interface for the downloading speed.
|
| IDownloadSpeed.Lookup |
For lookup the downloading speed data.
|
| IDownloadSpeed.Monitor |
The downloading monitor, used for calculating downloading speed.
|
| ITaskHunter |
The downloading task hunter.
|
| ITaskHunter.IMessageHandler |
The message handler for a task.
|
| ITaskHunter.IStarter |
The starter for the downloading task.
|
| Class | Description |
|---|---|
| CompatListenerAdaptee | |
| CompatListenerAdapter | |
| CompatListenerAssist | |
| DownloadTaskAdapter | |
| FileDownloadConnectListener | Deprecated |
| FileDownloader | |
| FileDownloadLargeFileListener |
The listener for listening the downloading status changing.
|
| FileDownloadLine |
The FileDownload synchronous line.
|
| FileDownloadLineAsync | Deprecated |
| FileDownloadList |
Storing all tasks in processing in the Main-Process.
|
| FileDownloadListener | |
| FileDownloadMonitor |
The FileDownloader global monitor, monitor the begin、over for all tasks.
|
| FileDownloadQueueSet | |
| FileDownloadSampleListener |
Simplify the
FileDownloadListener. |