Uses of Interface
org.fusesource.hawtbuf.proto.MessageBuffer

Packages that use MessageBuffer
org.fusesource.hawtbuf.proto   
 

Uses of MessageBuffer in org.fusesource.hawtbuf.proto
 

Classes in org.fusesource.hawtbuf.proto with type parameters of type MessageBuffer
 interface MessageBuffer<B,MB extends MessageBuffer>
           
 interface PBMessage<Bean,Buffer extends MessageBuffer>
           
 interface PBMessageFactory<Bean extends PBMessage,Buffer extends MessageBuffer>
          
 class PBMessageFramedCodec<T extends MessageBuffer>
           Implements the Codec interface for PBMessages type which encode/decodes framed messages.
 class PBMessageUnframedCodec<T extends MessageBuffer>
           Implements the Codec interface for PBMessages type which encode/decodes unframed messages.
 

Methods in org.fusesource.hawtbuf.proto with parameters of type MessageBuffer
static int MessageBufferSupport.computeMessageSize(int tag, MessageBuffer message)
           
static Buffer MessageBufferSupport.toFramedBuffer(MessageBuffer message)
           
static Buffer MessageBufferSupport.toUnframedBuffer(MessageBuffer message)
           
static void MessageBufferSupport.writeMessage(CodedOutputStream output, int tag, MessageBuffer message)
           
 



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