public class Http2ChannelInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
| Constructor and Description |
|---|
Http2ChannelInitializer(ClientConfig clientConfig,
HttpAddress httpAddress,
io.netty.handler.ssl.SslHandler sslHandler,
Http2SettingsHandler http2SettingsHandler,
Http2ResponseHandler http2ResponseHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
initChannel(io.netty.channel.socket.SocketChannel channel)
The channel initialization for HTTP/2.
|
channelRegistered, exceptionCaught, handlerAddedchannelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggeredensureNotSharable, handlerRemoved, isSharablepublic Http2ChannelInitializer(ClientConfig clientConfig, HttpAddress httpAddress, io.netty.handler.ssl.SslHandler sslHandler, Http2SettingsHandler http2SettingsHandler, Http2ResponseHandler http2ResponseHandler)