Java io.netty.channel ChannelInboundHandler fields, constructors, methods, implement or subclass

Example usage for Java io.netty.channel ChannelInboundHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.channel ChannelInboundHandler.

The text is from its open source code.

Implementation

io.netty.channel.ChannelInboundHandler has the following implementations.
Click this link to see all its implementation.

Method

voidchannelInactive(ChannelHandlerContext ctx)
The Channel of the ChannelHandlerContext was registered is now inactive and reached its end of lifetime.
voidchannelRead(ChannelHandlerContext ctx, Object msg)
Invoked when the current Channel has read a message from the peer.