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, userEventTriggered
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public void flush(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.ChannelFuture future) throws Exception
flush
in interface io.netty.channel.ChannelOperationHandler
flush
in class io.netty.channel.ChannelOutboundHandlerAdapter
Exception
Copyright © 2008-2012 The Netty Project. All Rights Reserved.