public abstract class ByteToByteEncoder
extends io.netty.channel.ChannelOutboundByteHandlerAdapter
| Constructor and Description |
|---|
ByteToByteEncoder() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
encode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in,
io.netty.buffer.ByteBuf out) |
void |
flush(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.ChannelFuture future) |
afterAdd, afterRemove, beforeAdd, beforeRemove, bind, close, connect, deregister, disconnect, exceptionCaught, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void flush(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.ChannelFuture future)
throws Exception
flush in interface io.netty.channel.ChannelOperationHandlerflush in class io.netty.channel.ChannelOutboundHandlerAdapterExceptionCopyright © 2008-2012 The Netty Project. All Rights Reserved.