Example usage for Java io.netty.channel SimpleChannelInboundHandler fields, constructors, methods, implement or subclass
The text is from its open source code.
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 extends I> inboundMessageType) see #SimpleChannelInboundHandler(Class,boolean) with true as boolean value. |
void | channelRead(ChannelHandlerContext ctx, Object msg) |
boolean | isSharable() Return true if the implementation is Sharable and so can be added to different ChannelPipeline s. |