Uses of Class
org.fusesource.hawtbuf.proto.BaseMessage
-
Packages that use BaseMessage Package Description org.fusesource.hawtbuf.proto -
-
Uses of BaseMessage in org.fusesource.hawtbuf.proto
Subclasses of BaseMessage in org.fusesource.hawtbuf.proto Modifier and Type Class Description class
DeferredDecodeMessage<T>
Methods in org.fusesource.hawtbuf.proto with type parameters of type BaseMessage Modifier and Type Method Description protected static <T extends BaseMessage>
TBaseMessage. readGroup(CodedInputStream input, int tag, T group)
Methods in org.fusesource.hawtbuf.proto with parameters of type BaseMessage Modifier and Type Method Description protected 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)
-