Message
into a ByteBuf
and vice versa.See: Description
Class | Description |
---|---|
ProtobufDecoder | |
ProtobufEncoder | |
ProtobufVarint32FrameDecoder |
A decoder that splits the received
ByteBuf s dynamically by the
value of the Google Protocol Buffers
Base
128 Varints integer length field in the message. |
ProtobufVarint32LengthFieldPrepender |
An encoder that prepends the the Google Protocol Buffers
Package io.netty.handler.codec.protobuf DescriptionEncoder and decoder which transform a
Google Protocol Buffers
Message into a ByteBuf
and vice versa.Copyright © 2008–2018 The Netty Project. All rights reserved. |