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