public abstract class ObjectDecodeChannelInboundHandler<T>
extends io.netty.channel.SimpleChannelInboundHandler<T>
| Constructor and Description |
|---|
ObjectDecodeChannelInboundHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext channelHandlerContext,
java.lang.Object object) |
java.lang.Object |
channelRead(io.netty.channel.ChannelHandlerContext channelHandlerContext,
java.lang.Object object,
io.netty.buffer.ByteBuf byteBuf) |
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext,
T t) |
abstract T |
channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext,
T t,
io.netty.buffer.ByteBuf byteBuf) |
void |
handlerAdded(io.netty.channel.ChannelHandlerContext channelHandlerContext) |
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredpublic final void channelRead(io.netty.channel.ChannelHandlerContext channelHandlerContext,
java.lang.Object object)
channelRead in interface io.netty.channel.ChannelInboundHandlerchannelRead in class io.netty.channel.SimpleChannelInboundHandler<T>public java.lang.Object channelRead(io.netty.channel.ChannelHandlerContext channelHandlerContext,
java.lang.Object object,
io.netty.buffer.ByteBuf byteBuf)
throws java.lang.Exception
java.lang.Exceptionpublic abstract T channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext, T t, io.netty.buffer.ByteBuf byteBuf) throws java.lang.Exception
java.lang.Exceptionpublic void handlerAdded(io.netty.channel.ChannelHandlerContext channelHandlerContext)
throws java.lang.Exception
handlerAdded in interface io.netty.channel.ChannelHandlerhandlerAdded in class io.netty.channel.ChannelHandlerAdapterjava.lang.Exception