| パッケージ | 説明 |
|---|---|
| org.elasticsearch.common.http.client |
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
HttpDownloadHelper.NullProgress
do nothing with progress info
|
static class |
HttpDownloadHelper.VerboseProgress
verbose progress system prints to some output stream
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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–2016. All rights reserved.