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>
,java.util.concurrent.Future<V>
- Enclosing class:
- ImmediateEventExecutor
static class ImmediateEventExecutor.ImmediateProgressivePromise<V> extends DefaultProgressivePromise<V>
-
-
Constructor Summary
Constructors Constructor Description ImmediateProgressivePromise(EventExecutor executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
checkDeadLock()
-
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 io.netty.util.concurrent.Promise
setUncancellable, tryFailure, trySuccess
-
-
-
-
Constructor Detail
-
ImmediateProgressivePromise
ImmediateProgressivePromise(EventExecutor executor)
-
-
Method Detail
-
checkDeadLock
protected void checkDeadLock()
- Overrides:
checkDeadLock
in classDefaultPromise<V>
-
-