public abstract class ByteToByteDecoder extends ChannelInboundByteHandlerAdapter
ChannelHandler.Sharable| Constructor and Description |
|---|
ByteToByteDecoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
channelInactive(ChannelHandlerContext ctx) |
abstract void |
decode(ChannelHandlerContext ctx,
ByteBuf in,
ByteBuf out) |
void |
decodeLast(ChannelHandlerContext ctx,
ByteBuf in,
ByteBuf out) |
void |
inboundBufferUpdated(ChannelHandlerContext ctx,
ByteBuf in) |
inboundBufferUpdated, newInboundBufferafterAdd, afterRemove, beforeAdd, beforeRemove, channelActive, channelRegistered, channelUnregistered, exceptionCaught, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchannelActive, channelRegistered, channelUnregisteredafterAdd, afterRemove, beforeAdd, beforeRemove, exceptionCaught, userEventTriggeredpublic void inboundBufferUpdated(ChannelHandlerContext ctx, ByteBuf in) throws Exception
inboundBufferUpdated in class ChannelInboundByteHandlerAdapterExceptionpublic void channelInactive(ChannelHandlerContext ctx) throws Exception
channelInactive in interface ChannelStateHandlerchannelInactive in class ChannelStateHandlerAdapterExceptionpublic abstract void decode(ChannelHandlerContext ctx, ByteBuf in, ByteBuf out) throws Exception
Exceptionpublic void decodeLast(ChannelHandlerContext ctx, ByteBuf in, ByteBuf out) throws Exception
ExceptionCopyright © 2008-2012 The Netty Project. All Rights Reserved.