public class HttpServerInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
HttpServerInitializer
is used for initializing the Netty pipeline of HTTP Server.Constructor and Description |
---|
HttpServerInitializer(PagedService pagedService)
HttpServerInitializer is used for initializing the Netty pipeline of HTTP Server. |
Modifier and Type | Method and Description |
---|---|
void |
initChannel(io.netty.channel.socket.SocketChannel ch) |
channelRegistered, exceptionCaught, handlerAdded, handlerRemoved
@Inject public HttpServerInitializer(PagedService pagedService)
HttpServerInitializer
is used for initializing the Netty pipeline of HTTP Server.pagedService
- the PagedService
object provides page related RESTful APICopyright © 2023. All Rights Reserved.