- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelStateHandlerAdapter
-
- io.netty.channel.ChannelInboundByteHandlerAdapter
-
- io.netty.example.portunification.PortUnificationServerHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
void |
inboundBufferUpdated(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in) |
-
Methods inherited from class io.netty.channel.ChannelInboundByteHandlerAdapter
discardInboundReadBytes, freeInboundBuffer, inboundBufferUpdated, newInboundBuffer
-
Methods inherited from class io.netty.channel.ChannelStateHandlerAdapter
channelActive, channelInactive, channelReadSuspended, channelRegistered, channelUnregistered
-
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
afterAdd, afterRemove, beforeAdd, beforeRemove, exceptionCaught, userEventTriggered
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.netty.channel.ChannelStateHandler
channelActive, channelInactive, channelReadSuspended, channelRegistered, channelUnregistered
-
Methods inherited from interface io.netty.channel.ChannelHandler
afterAdd, afterRemove, beforeAdd, beforeRemove, exceptionCaught, userEventTriggered
Copyright © 2008-2013 The Netty Project. All Rights Reserved.