Interface ChannelDownstreamHandler

    • Method Detail

      • handleDownstream

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