protected static class StreamUtilImpl.AsyncTransferrerImpl extends FutureTask<Long> implements AsyncTransferrer
AsyncTransferrer
interface.Modifier and Type | Field and Description |
---|---|
private StreamUtilImpl.BaseTransferrer<?> |
transferrer
the actual task.
|
Constructor and Description |
---|
AsyncTransferrerImpl(StreamUtilImpl.BaseTransferrer<?> transferrer)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
cancel(boolean mayInterruptIfRunning) |
done, get, get, isCancelled, isDone, run, runAndReset, set, setException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get, get
isCancelled, isDone
private final StreamUtilImpl.BaseTransferrer<?> transferrer
public AsyncTransferrerImpl(StreamUtilImpl.BaseTransferrer<?> transferrer)
transferrer
- is the actual transferrer task.Copyright © 2001–2016 mmm-Team. All rights reserved.