Class ImmediateEventExecutor.ImmediateProgressivePromise<V>
java.lang.Object
io.netty.util.concurrent.AbstractFuture<V>
io.netty.util.concurrent.DefaultPromise<V>
io.netty.util.concurrent.DefaultProgressivePromise<V>
io.netty.util.concurrent.ImmediateEventExecutor.ImmediateProgressivePromise<V>
- All Implemented Interfaces:
Future<V>, ProgressiveFuture<V>, ProgressivePromise<V>, Promise<V>, Future<V>
- Enclosing class:
ImmediateEventExecutor
static class ImmediateEventExecutor.ImmediateProgressivePromise<V>
extends DefaultProgressivePromise<V>
-
Field Summary
Fields inherited from class DefaultPromise
PROPERTY_MAX_LISTENER_STACK_DEPTH -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DefaultProgressivePromise
addListener, addListeners, await, awaitUninterruptibly, removeListener, removeListeners, setFailure, setProgress, setSuccess, sync, syncUninterruptibly, tryProgressMethods inherited from class DefaultPromise
await, await, awaitUninterruptibly, awaitUninterruptibly, cancel, cause, executor, get, get, getNow, isCancellable, isCancelled, isDone, isSuccess, notifyListener, notifyProgressiveListeners, setUncancellable, toString, toStringBuilder, tryFailure, trySuccessMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Future
await, await, awaitUninterruptibly, awaitUninterruptibly, cancel, cause, getNow, isCancellable, isSuccessMethods inherited from interface Future
get, get, isCancelled, isDoneMethods inherited from interface Promise
setUncancellable, tryFailure, trySuccess
-
Constructor Details
-
ImmediateProgressivePromise
ImmediateProgressivePromise(EventExecutor executor)
-
-
Method Details
-
checkDeadLock
protected void checkDeadLock()- Overrides:
checkDeadLockin classDefaultPromise<V>
-