Interface ChannelUpstreamHandler

    • Method Detail

      • handleUpstream

        void handleUpstream​(ChannelHandlerContext ctx,
                            ChannelEvent e)
                     throws java.lang.Exception
        Handles the specified upstream event.
        Parameters:
        ctx - the context object for this handler
        e - the upstream event to process or intercept
        Throws:
        java.lang.Exception