-
- All Implemented Interfaces:
-
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
public final class NettyServerAdapter.HttpChannelInitializer extends ChannelInitializer<SocketChannel>
-
-
Constructor Summary
Constructors Constructor Description NettyServerAdapter.HttpChannelInitializer(Map<HttpMethod, PathHandler> handlers, EventExecutorGroup executorGroup, HttpServerSettings settings)
-
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)
-
-
-
-