public class HttpDownloader extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
HttpDownloader.DownloadProgress |
static class |
HttpDownloader.NullProgress |
static class |
HttpDownloader.VerboseProgress |
Constructor and Description |
---|
HttpDownloader() |
Modifier and Type | Method and Description |
---|---|
boolean |
download(URL source,
File dest,
HttpDownloader.DownloadProgress progress,
long timeout) |
boolean |
downloadES(Config cfg) |
public boolean downloadES(Config cfg)
public boolean download(URL source, File dest, HttpDownloader.DownloadProgress progress, long timeout)