V
- public abstract class AbstractFuture<V> extends Object implements Future<V>
Future
implementation which does not allow for cancellation.Constructor and Description |
---|
AbstractFuture() |
Modifier and Type | Method and Description |
---|---|
V |
get() |
V |
get(long timeout,
TimeUnit unit) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addListener, addListeners, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, cancel, cause, getNow, isCancellable, isSuccess, removeListener, removeListeners, sync, syncUninterruptibly
isCancelled, isDone
public V get() throws InterruptedException, ExecutionException
get
in interface Future<V>
InterruptedException
ExecutionException
public V get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException
get
in interface Future<V>
InterruptedException
ExecutionException
TimeoutException
Copyright © 2008–2017 The Netty Project. All rights reserved.