Uses of Interface
org.fusesource.hawtbuf.proto.MessageBuffer
Packages that use MessageBuffer
-
Uses of MessageBuffer in org.fusesource.hawtbuf.proto
Classes in org.fusesource.hawtbuf.proto with type parameters of type MessageBufferModifier and TypeInterfaceDescriptioninterface
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 MessageBufferModifier and TypeMethodDescriptionstatic 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)