Uses of Interface
org.fusesource.hawtbuf.proto.MessageBuffer
-
Packages that use MessageBuffer Package Description org.fusesource.hawtbuf.proto -
-
Uses of MessageBuffer in org.fusesource.hawtbuf.proto
Classes in org.fusesource.hawtbuf.proto with type parameters of type MessageBuffer Modifier and Type Interface Description 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 Modifier and Type Method Description 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)
-