Uses of Class
javadl.model.Download
Packages that use Download
-
Uses of Download in javadl
Modifier and TypeMethodDescriptionDownloader.downloadFileToLocation(String urlStr, File file) This method downloads the file asynchronously, executing it in a ThreadPool.Downloader.downloadFileToLocation(String urlStr, String pathToDownload) This method downloads the file asynchronously, executing it in a ThreadPool.Downloader.downloadFileToLocation(String urlStr, Path path) This method downloads the file asynchronously, executing it in a ThreadPool.Downloader.downloadObject(String urlStr) Downloader.waitForDownloadFileToLocation(String urlStr, File file) This method downloads a file in the same thread in which it was called, locking it during the process.Downloader.waitForDownloadFileToLocation(String urlStr, String file) This method downloads a file in the same thread in which it was called, locking it during the process.Downloader.waitForDownloadFileToLocation(String urlStr, Path file) This method downloads a file in the same thread in which it was called, locking it during the process. -
Uses of Download in javadl.handler
Methods in javadl.handler with parameters of type DownloadModifier and TypeMethodDescriptionvoidvoidvoidCompleteDownloadHandler.onDownloadError(Download download, Exception e) voidDownloadHandler.onDownloadError(Download downlaod, Exception e) voidCompleteDownloadHandler.onDownloadFinish(Download download) voidDownloadHandler.onDownloadFinish(Download download) voidCompleteDownloadHandler.onDownloadProgress(Download download, int downloaded, int maxDownload, int percent) voidCompleteDownloadHandler.onDownloadSpeedProgress(Download download, int downloaded, int maxDownload, int percent, int bytesPerSec) voidCompleteDownloadHandler.onDownloadStart(Download download) voidDownloadHandler.onDownloadStart(Download download) voidCompleteDownloadHandler.onDownloadTickPerSec(Download download, int bytesPerSec) -
Uses of Download in javadl.utils
Methods in javadl.utils with parameters of type DownloadModifier and TypeMethodDescriptionvoidStatusPrinter.onDownloadFinish(Download download) voidStatusPrinter.onDownloadSpeedProgress(Download download, int downloaded, int maxDownload, int percent, int bytesPerSec) Constructors in javadl.utils with parameters of type Download