com.google.protobuf.Message
and com.google.protobuf.nano.MessageNano
into a
ByteBuf
and vice versa.请参阅: 说明
类 | 说明 |
---|---|
ProtobufDecoder | |
ProtobufDecoderNano | |
ProtobufEncoder | |
ProtobufEncoderNano | |
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 Google Protocol Buffers
程序包io.netty.handler.codec.protobuf的说明Encoder and decoder which transform a
Google Protocol Buffers
com.google.protobuf.Message and com.google.protobuf.nano.MessageNano into a
ByteBuf and vice versa. |