Interface ChannelInitializer

    • Method Detail

      • init

        void init​(io.netty.channel.Channel channel)
        Configures the passed Channel.

        Typically, an initializer should add handlers to the channel at the end. This makes it possible for the code using the initializer to create the order of the handlers in the pipeline.

        Parameters:
        channel - Netty Channel.