public interface ChannelInboundByteHandler extends ChannelInboundHandler
ChannelInboundHandler which offers a ByteBuf to store inbound data in.ChannelHandler.Sharable| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
newInboundBuffer(ChannelHandlerContext ctx)
Return the
ChannelBuf which will be used for inbound data for the given ChannelHandlerContext. |
channelActive, channelInactive, channelRegistered, channelUnregistered, inboundBufferUpdatedafterAdd, afterRemove, beforeAdd, beforeRemove, exceptionCaught, userEventTriggeredio.netty.buffer.ByteBuf newInboundBuffer(ChannelHandlerContext ctx) throws Exception
ChannelInboundHandlerChannelBuf which will be used for inbound data for the given ChannelHandlerContext.newInboundBuffer in interface ChannelInboundHandlerExceptionCopyright © 2008-2012 The Netty Project. All Rights Reserved.