Package me.cmoz.grizzly.protobuf

Class Summary
FixedLengthProtobufDecoder Decodes Protocol Buffers messages from the input stream using a fixed header to determine the size of a message.
FixedLengthProtobufEncoder Encodes Protocol Buffers messages to the output stream with a fixed length header containing the size of the message.
FixedLengthProtobufFilter A filter for Google's Protocol Buffers serialization format that uses a fixed length header that stores the size of a message.
Varint32ProtobufDecoder Decodes Protocol Buffers messages from the input stream using a Varint32 encoded header to determine message size.
Varint32ProtobufEncoder Encodes Protocol Buffers messages to the output stream using a Varint32 encoded header to store the length of the serialized message.
Varint32ProtobufFilter A filter for Google's Protocol Buffers serialization format that uses a Varint32 encoding to store the length of the encoded message.