软件包 org.jboss.netty.handler.codec.protobuf

Encoder and decoder which transform a Google Protocol Buffers Message into a ChannelBuffer and vice versa.

请参见:
          描述


类摘要
ProtobufDecoder Decodes a received ChannelBuffer into a Google Protocol Buffers Message and MessageLite.
ProtobufEncoder Encodes the requested Google Protocol Buffers Message and MessageLite into a ChannelBuffer.
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.
 

软件包 org.jboss.netty.handler.codec.protobuf 的描述

Encoder and decoder which transform a Google Protocol Buffers Message into a ChannelBuffer and vice versa.