public abstract class ChannelInboundHandlerAdapter extends ChannelStateHandlerAdapter implements ChannelInboundHandler
ChannelHandler.Sharable
Constructor and Description |
---|
ChannelInboundHandlerAdapter() |
Modifier and Type | Method and Description |
---|---|
abstract void |
inboundBufferUpdated(ChannelHandlerContext ctx)
Does nothing by default.
|
afterAdd, afterRemove, beforeAdd, beforeRemove, channelActive, channelInactive, channelRegistered, channelUnregistered, exceptionCaught, userEventTriggered
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
newInboundBuffer
channelActive, channelInactive, channelRegistered, channelUnregistered
afterAdd, afterRemove, beforeAdd, beforeRemove, exceptionCaught, userEventTriggered
public abstract void inboundBufferUpdated(ChannelHandlerContext ctx) throws Exception
inboundBufferUpdated
in interface ChannelStateHandler
inboundBufferUpdated
in class ChannelStateHandlerAdapter
Exception
Copyright © 2008-2012 The Netty Project. All Rights Reserved.