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, waitaddListener, addListeners, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, cancel, cause, getNow, isCancellable, isSuccess, removeListener, removeListeners, sync, syncUninterruptiblyisCancelled, isDonepublic V get() throws InterruptedException, ExecutionException
get in interface Future<V>InterruptedExceptionExecutionExceptionpublic V get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException
get in interface Future<V>InterruptedExceptionExecutionExceptionTimeoutExceptionCopyright © 2008–2025 The Netty Project. All rights reserved.