public class ConnectionLifecycleHandler<I,O>
extends io.netty.channel.ChannelInboundHandlerAdapter
Constructor and Description |
---|
ConnectionLifecycleHandler() |
Modifier and Type | Method and Description |
---|---|
void |
channelUnregistered(io.netty.channel.ChannelHandlerContext ctx) |
channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
handlerAdded, handlerRemoved, isSharable
public void channelUnregistered(io.netty.channel.ChannelHandlerContext ctx) throws java.lang.Exception
channelUnregistered
in interface io.netty.channel.ChannelInboundHandler
channelUnregistered
in class io.netty.channel.ChannelInboundHandlerAdapter
java.lang.Exception