public final class DefaultFileDownload extends Object implements FileDownload
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CompletedFileDownload> |
completionFuture() |
boolean |
equals(Object o) |
int |
hashCode() |
TransferProgress |
progress()
The stateful
TransferProgress associated with this transfer. |
String |
toString() |
public TransferProgress progress()
ObjectTransferTransferProgress associated with this transfer.progress in interface ObjectTransferpublic CompletableFuture<CompletedFileDownload> completionFuture()
completionFuture in interface FileDownloadcompletionFuture in interface TransferCopyright © 2022. All rights reserved.