A {@link Channel} received a message.This will result in having the {@link ChannelInboundHandler#channelRead(ChannelHandlerContext,Object)}method called of the next {@link ChannelInboundHandler} contained in the {@link ChannelPipeline} of the{@link Channel}.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.