Interface | Description |
---|---|
TransferMonitor |
Monitors long-running transfers.
|
TransferStateChangeListener |
Listener for transfer state changes.
|
Class | Description |
---|---|
AbstractTransfer |
Abstract transfer implementation.
|
CopyCallable |
An implementation of the Callable interface that helps
TransferManager in carrying out the copy requests. |
CopyImpl |
An implementation of the Copy Interface that helps in retrieving the result
of the copy operation.
|
CopyMonitor |
Monitors an copy operation by periodically checking to see if the operation is
completed, and returning a result if so.
|
CopyPartCallable |
An implementation of the Callable interface responsible for carrying out the
Copy part requests.
|
CopyPartRequestFactory |
Factory for creating all the individual CopyPartRequest objects for a
multipart copy.
|
DownloadImpl | |
DownloadMonitor | |
MultipleFileDownloadImpl |
Multiple file download when downloading an entire virtual directory.
|
MultipleFileTransfer |
Interface for multiple file transfers
|
MultipleFileTransferMonitor | |
MultipleFileUploadImpl |
Multiple file upload when uploading an entire directory.
|
ProgressListenerChain | Deprecated
Replaced by
ProgressListenerChain |
TransferManagerUtils |
Internal utilities for multipart uploads with TransferManager.
|
TransferProgressImpl | |
TransferProgressUpdatingListener | |
UploadCallable | |
UploadImpl | |
UploadMonitor |
Manages an upload by periodically checking to see if the upload is done, and
returning a result if so.
|
UploadPartCallable | |
UploadPartRequestFactory |
Factory for creating all the individual UploadPartRequest objects for a
multipart upload.
|
Copyright © 2016. All rights reserved.