Interface ChannelDownstreamHandler

    • Method Detail

      • handleDownstream

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