private final class ProxyHandler.LazyChannelPromise extends DefaultPromise<Channel>
| Modifier | Constructor and Description |
|---|---|
private |
LazyChannelPromise() |
| Modifier and Type | Method and Description |
|---|---|
protected EventExecutor |
executor()
Get the executor used to notify listeners when this promise is complete.
|
addListener, addListeners, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, cancel, cause, checkDeadLock, getNow, isCancellable, isCancelled, isDone, isSuccess, notifyListener, removeListener, removeListeners, setFailure, setSuccess, setUncancellable, sync, syncUninterruptibly, toString, toStringBuilder, tryFailure, trySuccessget, getprotected 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 DefaultPromise<Channel>