Class AbstractFuture<V>
java.lang.Object
io.netty.util.concurrent.AbstractFuture<V>
- Type Parameters:
V-
- Direct Known Subclasses:
CompleteFuture, DefaultPromise, VoidChannelPromise
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Future
addListener, addListeners, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, cancel, cause, getNow, isCancellable, isSuccess, removeListener, removeListeners, sync, syncUninterruptiblyMethods inherited from interface Future
isCancelled, isDone
-
Constructor Details
-
AbstractFuture
public AbstractFuture()
-
-
Method Details
-
get
- Specified by:
getin interfaceFuture<V>- Throws:
InterruptedExceptionExecutionException
-
get
public V get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException - Specified by:
getin interfaceFuture<V>- Throws:
InterruptedExceptionExecutionExceptionTimeoutException
-