Package com.coolerfall.download
See: Description
-
Class Summary Class Description BuildConfig DownloadException An exception represent an error for download. Builder DownloadManager A manager used to manage the downloading. DownloadProvider Builder DownloadRequest This class represents a request for downloading which contains necessary configuration. DownloadRequestQueue Create the download dispatchers according to pool size. OkHttpDownloader A downloader implemented by OkHttpClient. URLDownloader A default downloader implemented by URLConnection. -
Interface Summary Interface Description DownloadCallback This is a callback to be invoked when downloading. Downloader A mechanism to download files from network. Logger A simple indirection for logging debug messages. -
Enum Summary Enum Description DownloadState This will used to mark the state of download request. Priority Download request will be processed from higher priorities to lower priorities.