Uses of Class
org.fusesource.hawtbuf.proto.BaseMessage
Packages that use BaseMessage
-
Uses of BaseMessage in org.fusesource.hawtbuf.proto
Subclasses of BaseMessage in org.fusesource.hawtbuf.protoMethods in org.fusesource.hawtbuf.proto with type parameters of type BaseMessageModifier and TypeMethodDescriptionprotected static <T extends BaseMessage>
TBaseMessage.readGroup
(CodedInputStream input, int tag, T group) Methods in org.fusesource.hawtbuf.proto with parameters of type BaseMessageModifier and TypeMethodDescriptionprotected static int
BaseMessage.computeGroupSize
(int tag, BaseMessage message) protected static int
BaseMessage.computeMessageSize
(int tag, BaseMessage message) protected static void
BaseMessage.writeGroup
(CodedOutputStream output, int tag, BaseMessage message) protected static void
BaseMessage.writeMessage
(CodedOutputStream output, int tag, BaseMessage message)