Class SslHandler.LazyChannelPromise

    • Constructor Detail

      • LazyChannelPromise

        private LazyChannelPromise()
    • Method Detail

      • executor

        protected EventExecutor executor()
        Description copied from class: DefaultPromise
        Get the executor used to notify listeners when this promise is complete.

        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.

        Overrides:
        executor in class DefaultPromise<Channel>
        Returns:
        The executor used to notify listeners when this promise is complete.