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 intBaseMessage.computeGroupSize(int tag, BaseMessage message) protected static intBaseMessage.computeMessageSize(int tag, BaseMessage message) protected static voidBaseMessage.writeGroup(CodedOutputStream output, int tag, BaseMessage message) protected static voidBaseMessage.writeMessage(CodedOutputStream output, int tag, BaseMessage message)