public class HttpDownloadHelper extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
HttpDownloadHelper.DownloadProgress
Interface implemented for reporting
progress of downloading.
|
static class |
HttpDownloadHelper.NullProgress
do nothing with progress info
|
static class |
HttpDownloadHelper.VerboseProgress
verbose progress system prints to some output stream
|
Constructor and Description |
---|
HttpDownloadHelper() |
Modifier and Type | Method and Description |
---|---|
boolean |
download(URL source,
File dest,
HttpDownloadHelper.DownloadProgress progress,
TimeValue timeout) |
Copyright © 2009–2015. All rights reserved.