static final class AbstractBootstrap.PendingRegistrationPromise extends DefaultChannelPromise
| Modifier and Type | Field and Description |
|---|---|
private boolean |
registered |
| Constructor and Description |
|---|
PendingRegistrationPromise(Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
protected EventExecutor |
executor()
Get the executor used to notify listeners when this promise is complete.
|
(package private) void |
registered() |
addListener, addListeners, await, awaitUninterruptibly, channel, checkDeadLock, flushCheckpoint, flushCheckpoint, isVoid, promise, removeListener, removeListeners, setFailure, setSuccess, setSuccess, sync, syncUninterruptibly, trySuccess, unvoidawait, await, awaitUninterruptibly, awaitUninterruptibly, cancel, cause, getNow, isCancellable, isCancelled, isDone, isSuccess, notifyListener, setUncancellable, toString, toStringBuilder, tryFailure, trySuccessget, getclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetUncancellable, tryFailure, trySuccessawait, await, awaitUninterruptibly, awaitUninterruptibly, cancel, cause, getNow, isCancellable, isSuccessPendingRegistrationPromise(Channel channel)
void registered()
protected EventExecutor executor()
DefaultPromise
It is assumed this executor will protect against StackOverflowError exceptions.
The executor may be used to avoid StackOverflowError by executing a Runnable if the stack
depth exceeds a threshold.
executor in class DefaultChannelPromise