public class HttpDownloader
extends java.lang.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(java.net.URL source,
java.io.File dest,
HttpDownloader.DownloadProgress progress,
long timeout) |
boolean |
downloadES(Config cfg) |
public boolean downloadES(Config cfg)
public boolean download(java.net.URL source, java.io.File dest, HttpDownloader.DownloadProgress progress, long timeout)