@ChannelHandler.Sharable
public class HttpClientInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
| Modifier and Type | Method and Description |
|---|---|
void |
initChannel(io.netty.channel.socket.SocketChannel channel) |
void |
whenComplete(BiConsumer<? super Protocol,? super Throwable> action) |
channelRegistered, exceptionCaught, handlerAdded, handlerRemovedpublic void whenComplete(BiConsumer<? super Protocol,? super Throwable> action)
public void initChannel(io.netty.channel.socket.SocketChannel channel)
initChannel in class io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>Copyright © 2023. All rights reserved.