public class Http2ServerInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
| Constructor and Description |
|---|
Http2ServerInitializer(io.netty.handler.ssl.SslContext sslCtx) |
Http2ServerInitializer(io.netty.handler.ssl.SslContext sslCtx,
int maxHttpContentLength) |
| Modifier and Type | Method and Description |
|---|---|
void |
initChannel(io.netty.channel.socket.SocketChannel ch) |
channelRegistered, exceptionCaught, handlerAdded, handlerRemovedCopyright © 2008–2023 The Netty Project. All rights reserved.