public interface ChannelInboundHandler extends ChannelStateHandler
ChannelStateHandler which handles inbound data.ChannelHandler.Sharable| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ChannelBuf |
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.ChannelBuf newInboundBuffer(ChannelHandlerContext ctx) throws Exception
ChannelBuf which will be used for inbound data for the given ChannelHandlerContext.ExceptionCopyright © 2008-2012 The Netty Project. All Rights Reserved.