@ChannelHandler.Sharable public class CompatibleMarshallingEncoder extends io.netty.handler.codec.MessageToByteEncoder<Object>
MessageToByteEncoder implementation which uses JBoss Marshalling to marshal
an Object.
See JBoss Marshalling website
for more information
Use MarshallingEncoder if possible.| Constructor and Description |
|---|
CompatibleMarshallingEncoder(MarshallerProvider provider)
Create a new instance of the
CompatibleMarshallingEncoder |
| 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 CompatibleMarshallingEncoder(MarshallerProvider provider)
CompatibleMarshallingEncoderprovider - the MarshallerProvider to use to get the Marshaller for a ChannelCopyright © 2008–2025 The Netty Project. All rights reserved.