Example usage for Java io.netty.channel ChannelInboundHandler fields, constructors, methods, implement or subclass
The text is from its open source code.
void | channelInactive(ChannelHandlerContext ctx) The Channel of the ChannelHandlerContext was registered is now inactive and reached its end of lifetime. |
void | channelRead(ChannelHandlerContext ctx, Object msg) Invoked when the current Channel has read a message from the peer. |