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

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

Introduction

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

The text is from its open source code.

Subclass

io.netty.channel.SimpleChannelInboundHandler has subclasses.
Click this link to see all its subclasses.

Constructor

SimpleChannelInboundHandler()
see #SimpleChannelInboundHandler(boolean) with true as boolean parameter.
SimpleChannelInboundHandler(boolean autoRelease)
Create a new instance which will try to detect the types to match out of the type parameter of the class.
SimpleChannelInboundHandler(Class inboundMessageType)
see #SimpleChannelInboundHandler(Class,boolean) with true as boolean value.

Method

voidchannelRead(ChannelHandlerContext ctx, Object msg)
booleanisSharable()
Return true if the implementation is Sharable and so can be added to different ChannelPipeline s.