@ThreadSafe public class ClientChannelInitializer extends <any>
| Constructor and Description |
|---|
ClientChannelInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
channelInactive(ChannelHandlerContext ctx) |
void |
disconnect(ChannelHandlerContext ctx,
ChannelPromise promise) |
protected void |
initChannel(SocketChannel channel) |
public ClientChannelInitializer()
protected void initChannel(SocketChannel channel) throws Exception
Exceptionpublic void channelInactive(ChannelHandlerContext ctx) throws Exception
Exceptionpublic void disconnect(ChannelHandlerContext ctx, ChannelPromise promise) throws Exception
ExceptionCopyright © 2016. All rights reserved.