Class AbstractBootstrap.PendingRegistrationPromise

    • Field Detail

      • registered

        private volatile boolean registered
    • Constructor Detail

      • PendingRegistrationPromise

        PendingRegistrationPromise​(Channel channel)
    • Method Detail

      • registered

        void registered()
      • 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 DefaultChannelPromise
        Returns:
        The executor used to notify listeners when this promise is complete.