public interface DownloadToPath
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DownloadToPath.DownloadCopyListener |
| Modifier and Type | Method and Description |
|---|---|
void |
download(URL url,
Path destination,
Optional<Proxy> proxy,
String userAgent,
TimeoutConfig timeoutConfig,
DownloadToPath.DownloadCopyListener copyListener) |
static DownloadToPath.DownloadCopyListener |
downloadCopyListenerDelegatingTo(ProgressListener progressListener) |
void download(URL url, Path destination, Optional<Proxy> proxy, String userAgent, TimeoutConfig timeoutConfig, DownloadToPath.DownloadCopyListener copyListener) throws IOException
IOExceptionstatic DownloadToPath.DownloadCopyListener downloadCopyListenerDelegatingTo(ProgressListener progressListener)
Copyright © 2024. All rights reserved.