public interface AsyncTransferrer extends Future<Long>
Modifier and Type | Method and Description |
---|---|
Long |
get() |
Long |
get(long timeout,
TimeUnit unit) |
cancel, isCancelled, isDone
Long get() throws InterruptedException, ExecutionException
get
in interface Future<Long>
InterruptedException
ExecutionException
Long get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException
get
in interface Future<Long>
InterruptedException
ExecutionException
TimeoutException
Copyright © 2001–2016 mmm-Team. All rights reserved.