Package 

Class NettyServerAdapter.HttpChannelInitializer

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler , io.netty.channel.ChannelInboundHandler

    
    public final class NettyServerAdapter.HttpChannelInitializer
    extends ChannelInitializer<SocketChannel>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Boolean added
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.hexagonkt.http.server.netty.NettyServerAdapter.HttpChannelInitializer

        channelRegistered, exceptionCaught, handlerAdded, handlerRemoved
      • Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter

        ensureNotSharable, isSharable
      • Methods inherited from class io.netty.channel.ChannelInitializer

        channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggered
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NettyServerAdapter.HttpChannelInitializer

        NettyServerAdapter.HttpChannelInitializer(Map<HttpMethod, PathHandler> handlers, EventExecutorGroup executorGroup, HttpServerSettings settings)
    • Method Detail