public final class DefaultCopy extends Object implements Copy
| Constructor and Description |
|---|
DefaultCopy(CompletableFuture<CompletedCopy> completionFuture,
TransferProgress progress) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CompletedCopy> |
completionFuture() |
boolean |
equals(Object o) |
int |
hashCode() |
TransferProgress |
progress()
The stateful
TransferProgress associated with this transfer. |
String |
toString() |
public DefaultCopy(CompletableFuture<CompletedCopy> completionFuture, TransferProgress progress)
public CompletableFuture<CompletedCopy> completionFuture()
completionFuture in interface CopycompletionFuture in interface Transferpublic TransferProgress progress()
ObjectTransferTransferProgress associated with this transfer.progress in interface ObjectTransferCopyright © 2023. All rights reserved.