Package org.fusesource.hawtbuf.proto
package org.fusesource.hawtbuf.proto
-
ClassDescriptionBaseMessage<T>Reads and decodes protocol message fields.Encodes and writes protocol message fields.Thrown when a protocol message being parsed is invalid in some way, e.g.Message<T>MessageBuffer<B,
MB extends MessageBuffer> PBMessage<Bean,Buffer extends MessageBuffer> PBMessageFramedCodec<T extends MessageBuffer>Implements the Codec interface for PBMessages type which encode/decodes framed messages.PBMessageUnframedCodec<T extends MessageBuffer>Implements the Codec interface for PBMessages type which encode/decodes unframed messages.Thrown when attempting to build a protocol message that is missing required fields.This class is used internally by the Protocol Buffer library and generated message implementations.