public class DiscardServerHandler
extends io.netty.channel.ChannelInboundByteHandlerAdapter
| Constructor and Description |
|---|
DiscardServerHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
void |
inboundBufferUpdated(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in) |
io.netty.buffer.ByteBuf |
newInboundBuffer(io.netty.channel.ChannelHandlerContext ctx) |
discardInboundReadBytes, freeInboundBuffer, inboundBufferUpdatedchannelActive, channelInactive, channelReadSuspended, channelRegistered, channelUnregisteredafterAdd, afterRemove, beforeAdd, beforeRemove, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic io.netty.buffer.ByteBuf newInboundBuffer(io.netty.channel.ChannelHandlerContext ctx)
throws Exception
newInboundBuffer in interface io.netty.channel.ChannelInboundByteHandlernewInboundBuffer in class io.netty.channel.ChannelInboundByteHandlerAdapterExceptionpublic void inboundBufferUpdated(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in)
throws Exception
inboundBufferUpdated in class io.netty.channel.ChannelInboundByteHandlerAdapterExceptionCopyright © 2008-2013 The Netty Project. All Rights Reserved.