private final class SslHandler.LazyChannelPromise extends DefaultPromise<Channel>
Modifier | Constructor and Description |
---|---|
private |
LazyChannelPromise() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkDeadLock() |
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, getNow, isCancellable, isCancelled, isDone, isSuccess, notifyListener, removeListener, removeListeners, setFailure, setSuccess, setUncancellable, sync, syncUninterruptibly, toString, toStringBuilder, tryFailure, trySuccess
get, get
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 DefaultPromise<Channel>
protected void checkDeadLock()
checkDeadLock
in class DefaultPromise<Channel>