Interface TransferListener.Context.TransferInitiated
-
- All Known Subinterfaces:
TransferListener.Context.BytesTransferred,TransferListener.Context.TransferComplete,TransferListener.Context.TransferFailed
- All Known Implementing Classes:
TransferListenerContext,TransferListenerFailedContext
- Enclosing class:
- TransferListener.Context
@Immutable @ThreadSafe public static interface TransferListener.Context.TransferInitiated
A new transfer has been initiated.Available context attributes:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransferProgressSnapshotprogressSnapshot()The immutableTransferProgressSnapshotfor this specific update.TransferObjectRequestrequest()TheTransferRequestthat was submitted toS3TransferManager, i.e., theUploadFileRequestorDownloadFileRequest.
-
-
-
Method Detail
-
request
TransferObjectRequest request()
TheTransferRequestthat was submitted toS3TransferManager, i.e., theUploadFileRequestorDownloadFileRequest.
-
progressSnapshot
TransferProgressSnapshot progressSnapshot()
The immutableTransferProgressSnapshotfor this specific update.
-
-