public abstract class Transfer extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract Exception |
getException()
Gets the exception that occurred during the transfer (if any).
|
TransferListener |
getListener()
Gets the listener that is to be notified during the transfer.
|
RequestTrace |
getTrace()
Gets the trace information that describes the higher level request/operation in which this transfer is issued.
|
public abstract Exception getException()
null if the transfer was successful.public TransferListener getListener()
null if none.public RequestTrace getTrace()
null if none.Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.