Java com.amazonaws.services.s3.transfer.internal DownloadImpl fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.transfer.internal DownloadImpl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.transfer.internal DownloadImpl.

The text is from its open source code.

Constructor

Method

TransferStategetState()
Returns the current state of this transfer.
voidsetMonitor(TransferMonitor monitor)
Sets the monitor used to poll for transfer completion.
voidsetState(TransferState state)
This method is also responsible for firing COMPLETED signal to the listeners.