Interface HttpChannelInitializer

  • All Superinterfaces:
    io.netty.channel.ChannelHandler

    public interface HttpChannelInitializer
    extends io.netty.channel.ChannelHandler
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

        io.netty.channel.ChannelHandler.Sharable
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void initChannel​(io.netty.channel.Channel channel)  
      • Methods inherited from interface io.netty.channel.ChannelHandler

        exceptionCaught, handlerAdded, handlerRemoved
    • Method Detail

      • initChannel

        void initChannel​(io.netty.channel.Channel channel)