Package io.netty.util.concurrent
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>
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State -
Field Summary
Fields inherited from class io.netty.util.concurrent.DefaultPromise
PROPERTY_MAX_LISTENER_STACK_DEPTH -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.netty.util.concurrent.DefaultProgressivePromise
addListener, addListeners, await, awaitUninterruptibly, removeListener, removeListeners, setFailure, setProgress, setSuccess, sync, syncUninterruptibly, tryProgressMethods inherited from class io.netty.util.concurrent.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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.netty.util.concurrent.Future
await, await, awaitUninterruptibly, awaitUninterruptibly, cancel, cause, getNow, isCancellable, isSuccessMethods inherited from interface java.util.concurrent.Future
exceptionNow, get, get, isCancelled, isDone, resultNow, stateMethods inherited from interface io.netty.util.concurrent.Promise
setUncancellable, tryFailure, trySuccess
-
Constructor Details
-
ImmediateProgressivePromise
ImmediateProgressivePromise(EventExecutor executor)
-
-
Method Details
-
checkDeadLock
protected void checkDeadLock()- Overrides:
checkDeadLockin classDefaultPromise<V>
-