public class HttpChannelInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
| Constructor and Description |
|---|
HttpChannelInitializer(ClientConfig clientConfig,
HttpAddress httpAddress,
io.netty.handler.ssl.SslHandler sslHandler,
HttpResponseHandler httpResponseHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
initChannel(io.netty.channel.socket.SocketChannel channel) |
channelRegistered, exceptionCaught, handlerAddedchannelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggeredensureNotSharable, handlerRemoved, isSharablepublic HttpChannelInitializer(ClientConfig clientConfig, HttpAddress httpAddress, io.netty.handler.ssl.SslHandler sslHandler, HttpResponseHandler httpResponseHandler)