@ChannelHandler.Sharable
public class AnnotatedObjectEncoder
extends io.netty.handler.codec.MessageToByteEncoder<java.io.Serializable>
| Modifier and Type | Field and Description |
|---|---|
static AnnotatedObjectEncoder |
INSTANCE |
static java.lang.String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
protected void |
encode(io.netty.channel.ChannelHandlerContext channelHandlerContext,
java.io.Serializable serializable,
io.netty.buffer.ByteBuf byteBuf) |
acceptOutboundMessage, allocateBuffer, writebind, close, connect, deregister, disconnect, flush, readexceptionCaught, handlerAdded, handlerRemoved, isSharablepublic static final AnnotatedObjectEncoder INSTANCE
public static final java.lang.String NAME
protected void encode(io.netty.channel.ChannelHandlerContext channelHandlerContext,
java.io.Serializable serializable,
io.netty.buffer.ByteBuf byteBuf)
throws java.io.IOException
encode in class io.netty.handler.codec.MessageToByteEncoder<java.io.Serializable>java.io.IOException