Example usage for Java io.netty.channel ChannelHandler fields, constructors, methods, implement or subclass
The text is from its open source code.
void | handlerRemoved(ChannelHandlerContext ctx) Gets called after the ChannelHandler was removed from the actual context and it doesn't handle events anymore. |