Package org.jboss.netty.handler.codec.protobuf
package org.jboss.netty.handler.codec.protobuf
Encoder and decoder which transform a
Google Protocol Buffers
Message
into a ChannelBuffer
and vice versa.-
ClassesClassDescriptionA decoder that splits the received
ChannelBuffer
s dynamically by the value of the Google Protocol Buffers Base 128 Varints integer length field in the message.An encoder that prepends the the Google Protocol Buffers Base 128 Varints integer length field.