Class BungeeChannelInitializer


  • public abstract class BungeeChannelInitializer
    extends Object
    This class hold a netty channel initializer that calls the given ChannelAcceptor. Use create(ChannelAcceptor) to create a new instance.

    Please note that this API is unsafe and doesn't provide any guarantees about the stability of the channel pipeline or the API itself. Use at your own risk.

    • Method Detail

      • getChannelAcceptor

        public abstract ChannelAcceptor getChannelAcceptor()
      • getChannelInitializer

        public abstract io.netty.channel.ChannelInitializer<io.netty.channel.Channel> getChannelInitializer()