Class AbstractOioChannelSink

    • Constructor Detail

      • AbstractOioChannelSink

        public AbstractOioChannelSink()
    • Method Detail

      • isFireExceptionCaughtLater

        protected boolean isFireExceptionCaughtLater​(ChannelEvent event,
                                                     java.lang.Throwable actualCause)
        Description copied from class: AbstractChannelSink
        Returns true if and only if the specified actualCause, which was raised while handling the specified event, must trigger an exceptionCaught() event in an I/O thread.
        Overrides:
        isFireExceptionCaughtLater in class AbstractChannelSink
        Parameters:
        event - the event which raised exception
        actualCause - the raised exception