public abstract class ByteToByteEncoder extends ChannelOutboundByteHandlerAdapter
ChannelHandler.Sharable| Constructor and Description |
|---|
ByteToByteEncoder() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
encode(ChannelHandlerContext ctx,
ByteBuf in,
ByteBuf out) |
void |
flush(ChannelHandlerContext ctx,
ChannelFuture future) |
newOutboundBufferafterAdd, afterRemove, beforeAdd, beforeRemove, bind, close, connect, deregister, disconnect, exceptionCaught, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbind, close, connect, deregister, disconnectafterAdd, afterRemove, beforeAdd, beforeRemove, exceptionCaught, userEventTriggeredpublic void flush(ChannelHandlerContext ctx, ChannelFuture future) throws Exception
flush in interface ChannelOperationHandlerflush in class ChannelOutboundHandlerAdapterExceptionpublic abstract void encode(ChannelHandlerContext ctx, ByteBuf in, ByteBuf out) throws Exception
ExceptionCopyright © 2008-2012 The Netty Project. All Rights Reserved.