public final class DefaultFileUpload extends Object implements FileUpload
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CompletedFileUpload> |
completionFuture() |
boolean |
equals(Object o) |
int |
hashCode() |
TransferProgress |
progress()
The stateful
TransferProgress associated with this transfer. |
String |
toString() |
public CompletableFuture<CompletedFileUpload> completionFuture()
completionFuture in interface FileUploadcompletionFuture in interface Transferpublic TransferProgress progress()
ObjectTransferTransferProgress associated with this transfer.progress in interface ObjectTransferCopyright © 2022. All rights reserved.