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, tryProgress
Methods 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, trySuccess
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.netty.util.concurrent.Future
await, await, awaitUninterruptibly, awaitUninterruptibly, cancel, cause, getNow, isCancellable, isSuccess
Methods inherited from interface java.util.concurrent.Future
exceptionNow, get, get, isCancelled, isDone, resultNow, state
Methods inherited from interface io.netty.util.concurrent.Promise
setUncancellable, tryFailure, trySuccess
-
Constructor Details
-
ImmediateProgressivePromise
ImmediateProgressivePromise(EventExecutor executor)
-
-
Method Details
-
checkDeadLock
protected void checkDeadLock()- Overrides:
checkDeadLock
in classDefaultPromise<V>
-