@ChannelHandler.Sharable
public class ProtobufVarint32LengthFieldPrepender
extends io.netty.handler.codec.MessageToByteEncoder<io.netty.buffer.ByteBuf>
BEFORE ENCODE (300 bytes) AFTER ENCODE (302 bytes) +---------------+ +--------+---------------+ | Protobuf Data |-------------->| Length | Protobuf Data | | (300 bytes) | | 0xAC02 | (300 bytes) | +---------------+ +--------+---------------+*
CodedOutputStream,
CodedOutputByteBufferNano| Constructor and Description |
|---|
ProtobufVarint32LengthFieldPrepender() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
encode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf msg,
io.netty.buffer.ByteBuf out) |
acceptOutboundMessage, allocateBuffer, isPreferDirect, writebind, close, connect, deregister, disconnect, flush, readensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharableCopyright © 2008–2024 The Netty Project. All rights reserved.