@ChannelHandler.Sharable public class MarshallingEncoder extends io.netty.handler.codec.MessageToByteEncoder<Object>
MessageToByteEncoder implementation which uses JBoss Marshalling to marshal
an Object. Be aware that this encoder is not compatible with an other client that just use
JBoss Marshalling as it includes the size of every Object that gets serialized in
front of the Object itself.
Use this with MarshallingDecoder
See JBoss Marshalling website
for more information| Constructor and Description |
|---|
MarshallingEncoder(MarshallerProvider provider)
Creates a new encoder.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
encode(io.netty.channel.ChannelHandlerContext ctx,
Object msg,
io.netty.buffer.ByteBuf out) |
acceptOutboundMessage, allocateBuffer, isPreferDirect, writebind, close, connect, deregister, disconnect, flush, readensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharablepublic MarshallingEncoder(MarshallerProvider provider)
provider - the MarshallerProvider to useCopyright © 2008–2025 The Netty Project. All rights reserved.