D F G M R V W

D

DEFAULT_HEADER_LENGTH - Static variable in class me.cmoz.grizzly.protobuf.FixedLengthProtobufFilter
The default length of the fixed header.

F

FixedLengthProtobufDecoder - Class in me.cmoz.grizzly.protobuf
Decodes Protocol Buffers messages from the input stream using a fixed header to determine the size of a message.
FixedLengthProtobufDecoder(MessageLite, ExtensionRegistryLite, int) - Constructor for class me.cmoz.grizzly.protobuf.FixedLengthProtobufDecoder
A protobuf decoder that uses the supplied headerLength to determine the size of the message to be decoded.
FixedLengthProtobufEncoder - Class in me.cmoz.grizzly.protobuf
Encodes Protocol Buffers messages to the output stream with a fixed length header containing the size of the message.
FixedLengthProtobufEncoder(int) - Constructor for class me.cmoz.grizzly.protobuf.FixedLengthProtobufEncoder
A protobuf encoder that uses the supplied headerSize to add a header to the message containing the size of the message.
FixedLengthProtobufFilter - Class in me.cmoz.grizzly.protobuf
A filter for Google's Protocol Buffers serialization format that uses a fixed length header that stores the size of a message.
FixedLengthProtobufFilter(MessageLite) - Constructor for class me.cmoz.grizzly.protobuf.FixedLengthProtobufFilter
A Protocol Buffers filter that uses the DEFAULT_HEADER_LENGTH as the header length containing the size of the message.
FixedLengthProtobufFilter(MessageLite, ExtensionRegistryLite) - Constructor for class me.cmoz.grizzly.protobuf.FixedLengthProtobufFilter
A Protocol Buffers filter that uses the DEFAULT_HEADER_LENGTH as the header length containing the size of a message with the supplied extensionRegistry.
FixedLengthProtobufFilter(MessageLite, int) - Constructor for class me.cmoz.grizzly.protobuf.FixedLengthProtobufFilter
A Protocol Buffers filter that uses the supplied headerLength as the header length containing the size of a message.
FixedLengthProtobufFilter(MessageLite, ExtensionRegistryLite, int) - Constructor for class me.cmoz.grizzly.protobuf.FixedLengthProtobufFilter
A Protocol Buffers filter that uses the supplied headerLength as the header length containing the size of a message.

G

getName() - Method in class me.cmoz.grizzly.protobuf.FixedLengthProtobufDecoder
getName() - Method in class me.cmoz.grizzly.protobuf.FixedLengthProtobufEncoder
getName() - Method in class me.cmoz.grizzly.protobuf.Varint32ProtobufDecoder
getName() - Method in class me.cmoz.grizzly.protobuf.Varint32ProtobufEncoder

M

me.cmoz.grizzly.protobuf - package me.cmoz.grizzly.protobuf
 

R

readHeader(Buffer) - Method in class me.cmoz.grizzly.protobuf.FixedLengthProtobufDecoder
Reads the header from the supplied input.
readHeader(Buffer) - Method in class me.cmoz.grizzly.protobuf.Varint32ProtobufDecoder
Reads the header from the supplied input.

V

Varint32ProtobufDecoder - Class in me.cmoz.grizzly.protobuf
Decodes Protocol Buffers messages from the input stream using a Varint32 encoded header to determine message size.
Varint32ProtobufDecoder(MessageLite, ExtensionRegistryLite) - Constructor for class me.cmoz.grizzly.protobuf.Varint32ProtobufDecoder
A protobuf decoder that uses a Varint32 encoded header to determine the size of a message to be decoded.
Varint32ProtobufEncoder - Class in me.cmoz.grizzly.protobuf
Encodes Protocol Buffers messages to the output stream using a Varint32 encoded header to store the length of the serialized message.
Varint32ProtobufEncoder() - Constructor for class me.cmoz.grizzly.protobuf.Varint32ProtobufEncoder
 
Varint32ProtobufFilter - Class in me.cmoz.grizzly.protobuf
A filter for Google's Protocol Buffers serialization format that uses a Varint32 encoding to store the length of the encoded message.
Varint32ProtobufFilter(MessageLite) - Constructor for class me.cmoz.grizzly.protobuf.Varint32ProtobufFilter
A Protocol Buffers filter that uses a Varint32 encoding for the message length.
Varint32ProtobufFilter(MessageLite, ExtensionRegistryLite) - Constructor for class me.cmoz.grizzly.protobuf.Varint32ProtobufFilter
A Protocol Buffers filter that uses a Varint32 encoding for the message length.

W

writeHeader(BufferOutputStream, int) - Method in class me.cmoz.grizzly.protobuf.FixedLengthProtobufEncoder
Writes a header to the supplied outputStream.
writeHeader(BufferOutputStream, int) - Method in class me.cmoz.grizzly.protobuf.Varint32ProtobufEncoder
Writes a header to the supplied outputStream.

D F G M R V W