public class ObjectEncoder
extends io.netty.handler.codec.serialization.ObjectEncoder
Constructor and Description |
---|
ObjectEncoder() |
Modifier and Type | Method and Description |
---|---|
void |
encode(io.netty.channel.ChannelHandlerContext ctx,
Serializable msg,
io.netty.buffer.ByteBuf out) |
acceptOutboundMessage, allocateBuffer, isPreferDirect, write
bind, close, connect, deregister, disconnect, flush, read
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
public void encode(io.netty.channel.ChannelHandlerContext ctx, Serializable msg, io.netty.buffer.ByteBuf out) throws Exception
encode
in class io.netty.handler.codec.serialization.ObjectEncoder
Exception
Apache Camel