Class ServerChannelInitializer

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler
    Direct Known Subclasses:
    DefaultServerChannelInitializer

    public abstract class ServerChannelInitializer
    extends DefaultSessionInitializer
    Creates a newly configured ChannelPipeline for every incoming connection to a node server.
    • Constructor Detail

      • ServerChannelInitializer

        protected ServerChannelInitializer​(int flushBufferSize,
                                           Duration readIdleTimeout,
                                           short pingPongRetries)