| Package | Description |
|---|---|
| org.elasticsearch.common.http.client |
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpDownloadHelper.NullProgress
do nothing with progress info
|
static class |
HttpDownloadHelper.VerboseProgress
verbose progress system prints to some output stream
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpDownloadHelper.download(URL source,
Path dest,
HttpDownloadHelper.DownloadProgress progress,
TimeValue timeout) |
boolean |
HttpDownloadHelper.downloadAndVerifyChecksum(URL checksumURL,
Path originalFile,
Path checksumFile,
HttpDownloadHelper.DownloadProgress progress,
TimeValue timeout,
HttpDownloadHelper.Checksummer hashFunc)
Download the given checksum URL to the destination and check the checksum
|
Copyright © 2009–2017. All rights reserved.