com.google.protobuf.Message into a ChannelBuffer
and vice versa.请参阅: 说明
| 类 | 说明 |
|---|---|
| ProtobufDecoder | |
| ProtobufEncoder | |
| ProtobufVarint32FrameDecoder |
A decoder that splits the received
ChannelBuffers 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
Base
128 Varints integer length field.
|
com.google.protobuf.Message into a ChannelBuffer
and vice versa.