Package io.netty.util.concurrent
Class ImmediateEventExecutor.ImmediatePromise<V>
- java.lang.Object
-
- io.netty.util.concurrent.AbstractFuture<V>
-
- io.netty.util.concurrent.DefaultPromise<V>
-
- io.netty.util.concurrent.ImmediateEventExecutor.ImmediatePromise<V>
-
- Enclosing class:
- ImmediateEventExecutor
static class ImmediateEventExecutor.ImmediatePromise<V> extends DefaultPromise<V>
-
-
Constructor Summary
Constructors Constructor Description ImmediatePromise(EventExecutor executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckDeadLock()-
Methods inherited from class io.netty.util.concurrent.DefaultPromise
addListener, addListeners, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, cancel, cause, executor, get, get, getNow, isCancellable, isCancelled, isDone, isSuccess, notifyListener, notifyProgressiveListeners, removeListener, removeListeners, setFailure, setSuccess, setUncancellable, sync, syncUninterruptibly, toString, toStringBuilder, tryFailure, trySuccess
-
-
-
-
Constructor Detail
-
ImmediatePromise
ImmediatePromise(EventExecutor executor)
-
-
Method Detail
-
checkDeadLock
protected void checkDeadLock()
- Overrides:
checkDeadLockin classDefaultPromise<V>
-
-