Package org.fusesource.hawtbuf.proto

Interface Summary
Message<T>  
MessageBuffer<B,MB extends MessageBuffer>  
PBMessage<Bean,Buffer extends MessageBuffer>  
PBMessageFactory<Bean extends PBMessage,Buffer extends MessageBuffer>
 

Class Summary
BaseMessage<T>  
CodedInputStream Reads and decodes protocol message fields.
CodedOutputStream Encodes and writes protocol message fields.
DeferredDecodeMessage<T>  
MessageBufferSupport  
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.
WireFormat This class is used internally by the Protocol Buffer library and generated message implementations.
 

Exception Summary
InvalidProtocolBufferException Thrown when a protocol message being parsed is invalid in some way, e.g.
UninitializedMessageException Thrown when attempting to build a protocol message that is missing required fields.
 



Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.