A B C D E F G H I J L M N O P R S T U V W

A

addAll(Iterable<T>, Collection<? super T>) - Static method in class org.apache.activemq.protobuf.BaseMessage
 
addAll(Iterable<T>, Collection<? super T>) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
 
AltJavaGenerator - Class in org.apache.activemq.protobuf.compiler
 
AltJavaGenerator() - Constructor for class org.apache.activemq.protobuf.compiler.AltJavaGenerator
 
appendToString(StringBuffer, Object) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
 
AsciiBuffer - Class in org.apache.activemq.protobuf
 
AsciiBuffer(Buffer) - Constructor for class org.apache.activemq.protobuf.AsciiBuffer
 
AsciiBuffer(byte[], int, int) - Constructor for class org.apache.activemq.protobuf.AsciiBuffer
 
AsciiBuffer(byte[]) - Constructor for class org.apache.activemq.protobuf.AsciiBuffer
 
AsciiBuffer(String) - Constructor for class org.apache.activemq.protobuf.AsciiBuffer
 
asInvalidProtocolBufferException() - Method in exception org.apache.activemq.protobuf.UninitializedMessageException
Converts this exception to an InvalidProtocolBufferException.
assertInitialized() - Method in class org.apache.activemq.protobuf.BaseMessage
 
assertInitialized() - Method in interface org.apache.activemq.protobuf.Message
 
associate(EnumFieldDescriptor) - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
associate(TypeDescriptor) - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
 
associate(EnumFieldDescriptor) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
associate(EnumFieldDescriptor) - Method in interface org.apache.activemq.protobuf.compiler.TypeDescriptor
 
available() - Method in class org.apache.activemq.protobuf.BufferInputStream
 

B

BaseMessage<T> - Class in org.apache.activemq.protobuf
 
BaseMessage() - Constructor for class org.apache.activemq.protobuf.BaseMessage
 
BOOL_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
Buffer - Class in org.apache.activemq.protobuf
 
Buffer(Buffer) - Constructor for class org.apache.activemq.protobuf.Buffer
 
Buffer(byte[]) - Constructor for class org.apache.activemq.protobuf.Buffer
 
Buffer(byte[], int, int) - Constructor for class org.apache.activemq.protobuf.Buffer
 
Buffer(String) - Constructor for class org.apache.activemq.protobuf.Buffer
Deprecated. 
BufferInputStream - Class in org.apache.activemq.protobuf
Very similar to the java.io.ByteArrayInputStream but this version is not thread safe.
BufferInputStream(byte[]) - Constructor for class org.apache.activemq.protobuf.BufferInputStream
 
BufferInputStream(Buffer) - Constructor for class org.apache.activemq.protobuf.BufferInputStream
 
BufferInputStream(byte[], int, int) - Constructor for class org.apache.activemq.protobuf.BufferInputStream
 
BufferOutputStream - Class in org.apache.activemq.protobuf
Very similar to the java.io.ByteArrayOutputStream but this version is not thread safe and the resulting data is returned in a Buffer to avoid an extra byte[] allocation.
BufferOutputStream(int) - Constructor for class org.apache.activemq.protobuf.BufferOutputStream
 
BufferOutputStream(byte[]) - Constructor for class org.apache.activemq.protobuf.BufferOutputStream
 
BufferOutputStream(Buffer) - Constructor for class org.apache.activemq.protobuf.BufferOutputStream
 
byteAt(int) - Method in class org.apache.activemq.protobuf.Buffer
 
BYTES_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 

C

checkLastTagWas(int) - Method in class org.apache.activemq.protobuf.CodedInputStream
Verifies that the last call to readTag() returned the given tag value.
checkNoSpaceLeft() - Method in class org.apache.activemq.protobuf.CodedOutputStream
 
checktInitialized() - Method in class org.apache.activemq.protobuf.BaseMessage
 
clear() - Method in class org.apache.activemq.protobuf.BaseMessage
 
clear() - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
clear() - Method in interface org.apache.activemq.protobuf.Message
 
clone() - Method in class org.apache.activemq.protobuf.BaseMessage
 
clone() - Method in interface org.apache.activemq.protobuf.Message
 
CodedInputStream - Class in org.apache.activemq.protobuf
Reads and decodes protocol message fields.
CodedInputStream(InputStream) - Constructor for class org.apache.activemq.protobuf.CodedInputStream
 
CodedInputStream(Buffer) - Constructor for class org.apache.activemq.protobuf.CodedInputStream
 
CodedInputStream(byte[]) - Constructor for class org.apache.activemq.protobuf.CodedInputStream
 
CodedOutputStream - Class in org.apache.activemq.protobuf
Encodes and writes protocol message fields.
CodedOutputStream(OutputStream) - Constructor for class org.apache.activemq.protobuf.CodedOutputStream
 
CodedOutputStream(byte[]) - Constructor for class org.apache.activemq.protobuf.CodedOutputStream
 
CodedOutputStream(Buffer) - Constructor for class org.apache.activemq.protobuf.CodedOutputStream
 
CommandLineSupport - Class in org.apache.activemq.protobuf.compiler
Support utility that can be used to set the properties on any object using command line arguments.
CommandLineSupport() - Constructor for class org.apache.activemq.protobuf.compiler.CommandLineSupport
 
compact() - Method in class org.apache.activemq.protobuf.AsciiBuffer
 
compact() - Method in class org.apache.activemq.protobuf.Buffer
 
compact() - Method in class org.apache.activemq.protobuf.UTF8Buffer
 
compareTo(Buffer) - Method in class org.apache.activemq.protobuf.Buffer
 
compareTo(Buffer) - Method in class org.apache.activemq.protobuf.UTF8Buffer
 
compile(File) - Method in class org.apache.activemq.protobuf.compiler.AltJavaGenerator
 
compile(File) - Method in class org.apache.activemq.protobuf.compiler.JavaGenerator
 
CompilerException - Exception in org.apache.activemq.protobuf.compiler
 
CompilerException(List<String>) - Constructor for exception org.apache.activemq.protobuf.compiler.CompilerException
 
computeBoolSize(int, boolean) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bool field, including tag.
computeBytesSize(int, Buffer) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field, including tag.
computeDoubleSize(int, double) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a double field, including tag.
computeEnumSize(int, int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an enum field, including tag.
computeFixed32Size(int, int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed32 field, including tag.
computeFixed64Size(int, long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed64 field, including tag.
computeFloatSize(int, float) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a float field, including tag.
computeGroupSize(int, BaseMessage) - Static method in class org.apache.activemq.protobuf.BaseMessage
 
computeInt32Size(int, int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int32 field, including tag.
computeInt64Size(int, long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int64 field, including tag.
computeMessageSize(int, BaseMessage) - Static method in class org.apache.activemq.protobuf.BaseMessage
 
computeMessageSize(int, MessageBuffer) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
 
computeRawVarint32Size(int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a varint.
computeRawVarint64Size(long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a varint.
computeSFixed32Size(int, int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed32 field, including tag.
computeSFixed64Size(int, long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed64 field, including tag.
computeSInt32Size(int, int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint32 field, including tag.
computeSInt64Size(int, long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint64 field, including tag.
computeStringSize(int, String) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a string field, including tag.
computeTagSize(int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a tag.
computeUInt32Size(int, int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint32 field, including tag.
computeUInt64Size(int, long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint64 field, including tag.
contains(byte) - Method in class org.apache.activemq.protobuf.Buffer
 
copy() - Method in interface org.apache.activemq.protobuf.PBMessage
 

D

data - Variable in class org.apache.activemq.protobuf.Buffer
 
decode(Buffer) - Static method in class org.apache.activemq.protobuf.AsciiBuffer
 
decode(Buffer) - Static method in class org.apache.activemq.protobuf.UTF8Buffer
 
decoded - Variable in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
decodeString(Token) - Static method in class org.apache.activemq.protobuf.compiler.ParserSupport
 
decodeZigZag32(int) - Static method in class org.apache.activemq.protobuf.CodedInputStream
Decode a ZigZag-encoded 32-bit value.
decodeZigZag64(long) - Static method in class org.apache.activemq.protobuf.CodedInputStream
Decode a ZigZag-encoded 64-bit value.
DeferredDecodeMessage<T> - Class in org.apache.activemq.protobuf
 
DeferredDecodeMessage() - Constructor for class org.apache.activemq.protobuf.DeferredDecodeMessage
 
DOUBLE_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 

E

encode(String) - Static method in class org.apache.activemq.protobuf.AsciiBuffer
 
encode(String) - Static method in class org.apache.activemq.protobuf.UTF8Buffer
 
encodedForm - Variable in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
encodeZigZag32(int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Encode a ZigZag-encoded 32-bit value.
encodeZigZag64(long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Encode a ZigZag-encoded 64-bit value.
EnumDescriptor - Class in org.apache.activemq.protobuf.compiler
 
EnumDescriptor(ProtoDescriptor, MessageDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
EnumFieldDescriptor - Class in org.apache.activemq.protobuf.compiler
 
EnumFieldDescriptor(EnumDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
 
equals(Object) - Method in class org.apache.activemq.protobuf.AsciiBuffer
 
equals(Object) - Method in class org.apache.activemq.protobuf.Buffer
 
equals(Buffer) - Method in class org.apache.activemq.protobuf.Buffer
 
equals(Object) - Method in class org.apache.activemq.protobuf.UTF8Buffer
 
execute() - Method in class org.apache.activemq.protobuf.compiler.ProtoMojo
 
ExtensionsDescriptor - Class in org.apache.activemq.protobuf.compiler
 
ExtensionsDescriptor(MessageDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.ExtensionsDescriptor
 
extractProperties(Map, String) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
 

F

FieldDescriptor - Class in org.apache.activemq.protobuf.compiler
 
FieldDescriptor(MessageDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
FIXED32_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
FIXED64_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
FLOAT_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
FORZEN_ERROR_MESSAGE - Static variable in class org.apache.activemq.protobuf.MessageBufferSupport
 
freeze() - Method in interface org.apache.activemq.protobuf.PBMessage
 
frozen() - Method in interface org.apache.activemq.protobuf.PBMessage
 

G

getAssociatedEnumFieldDescriptors() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getAssociatedType() - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
 
getBaseType() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getData() - Method in class org.apache.activemq.protobuf.Buffer
 
getEnums() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getEnums() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getErrors() - Method in exception org.apache.activemq.protobuf.compiler.CompilerException
 
getExtends() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getExtends() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getExtensions() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getFields() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
getFields() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getFirst() - Method in class org.apache.activemq.protobuf.compiler.ExtensionsDescriptor
 
getGroup() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
getImportProtoDescriptors() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getImports() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getLast() - Method in class org.apache.activemq.protobuf.compiler.ExtensionsDescriptor
 
getLength() - Method in class org.apache.activemq.protobuf.Buffer
 
getMessages() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getMessages() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getMethods() - Method in class org.apache.activemq.protobuf.compiler.ServiceDescriptor
 
getMissingFields() - Method in exception org.apache.activemq.protobuf.UninitializedMessageException
Get a list of human-readable names of required fields missing from this message.
getName() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
getName() - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
 
getName() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
getName() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getName() - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
 
getName() - Method in class org.apache.activemq.protobuf.compiler.OptionDescriptor
 
getName() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getName() - Method in class org.apache.activemq.protobuf.compiler.ServiceDescriptor
 
getName() - Method in interface org.apache.activemq.protobuf.compiler.TypeDescriptor
 
getNextBuffer(int) - Method in class org.apache.activemq.protobuf.BufferOutputStream
 
getNextBuffer(int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
 
getOffset() - Method in class org.apache.activemq.protobuf.Buffer
 
getOption(Map<String, OptionDescriptor>, String, String) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getOptions() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
getOptions() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
getOptions() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getOptions() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getOut() - Method in class org.apache.activemq.protobuf.compiler.AltJavaGenerator
 
getOut() - Method in class org.apache.activemq.protobuf.compiler.JavaGenerator
 
getPackageName() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getParameter() - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
 
getParent() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
getParent() - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
 
getParent() - Method in class org.apache.activemq.protobuf.compiler.ExtensionsDescriptor
 
getParent() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getPath() - Method in class org.apache.activemq.protobuf.compiler.AltJavaGenerator
 
getPath() - Method in class org.apache.activemq.protobuf.compiler.JavaGenerator
 
getProperties(Object, Map, String) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
 
getProtoDescriptor() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
getProtoDescriptor() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getProtoDescriptor() - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
 
getProtoDescriptor() - Method in class org.apache.activemq.protobuf.compiler.ServiceDescriptor
 
getProtoDescriptor() - Method in interface org.apache.activemq.protobuf.compiler.TypeDescriptor
 
getQName() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
getQName() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getQName() - Method in interface org.apache.activemq.protobuf.compiler.TypeDescriptor
 
getReturns() - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
 
getRule() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
getServices() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getTag() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
getTagFieldNumber(int) - Static method in class org.apache.activemq.protobuf.WireFormat
Given a tag value, determines the field number (the upper 29 bits).
getTagWireType(int) - Static method in class org.apache.activemq.protobuf.WireFormat
Given a tag value, determines the wire type (the lower 3 bits).
getType() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
getType(String) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getType(String) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getTypeDescriptor() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
getValue() - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
 
getValue() - Method in class org.apache.activemq.protobuf.compiler.OptionDescriptor
 

H

hashCode() - Method in class org.apache.activemq.protobuf.AsciiBuffer
 
hashCode() - Method in class org.apache.activemq.protobuf.Buffer
 
hashCode() - Method in class org.apache.activemq.protobuf.UTF8Buffer
 

I

indexOf(byte, int) - Method in class org.apache.activemq.protobuf.Buffer
 
INT32_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
INT32_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
INT64_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
INT64_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
INTEGER_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
IntrospectionSupport - Class in org.apache.activemq.protobuf.compiler
Support class used to do introspection/reflection based setting and getting of properties on a Java Bean.
InvalidProtocolBufferException - Exception in org.apache.activemq.protobuf
Thrown when a protocol message being parsed is invalid in some way, e.g.
InvalidProtocolBufferException(String) - Constructor for exception org.apache.activemq.protobuf.InvalidProtocolBufferException
 
isDecoded() - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
isEmpty() - Method in class org.apache.activemq.protobuf.Buffer
 
isEncoded() - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
isEnum() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
isEnum() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
isEnum() - Method in interface org.apache.activemq.protobuf.compiler.TypeDescriptor
 
isGroup() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isInitialized() - Method in class org.apache.activemq.protobuf.BaseMessage
 
isInteger32Type() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isInteger64Type() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isIntegerType() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isMessageType() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isNumberType() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isOptional() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isRepeated() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isRequired() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isScalarType() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isStringType() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 

J

JavaGenerator - Class in org.apache.activemq.protobuf.compiler
 
JavaGenerator() - Constructor for class org.apache.activemq.protobuf.compiler.JavaGenerator
 
join(List<Buffer>, Buffer) - Static method in class org.apache.activemq.protobuf.Buffer
 

L

length - Variable in class org.apache.activemq.protobuf.Buffer
 
LITTLE_ENDIAN_32_SIZE - Static variable in class org.apache.activemq.protobuf.CodedOutputStream
 
LITTLE_ENDIAN_64_SIZE - Static variable in class org.apache.activemq.protobuf.CodedOutputStream
 
load() - Method in class org.apache.activemq.protobuf.BaseMessage
 
load() - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
loadAndClear() - Method in class org.apache.activemq.protobuf.BaseMessage
 
loadAndClear() - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
 

M

main(String[]) - Static method in class org.apache.activemq.protobuf.compiler.AltJavaGenerator
 
main(String[]) - Static method in class org.apache.activemq.protobuf.compiler.JavaGenerator
 
makeTag(int, int) - Static method in class org.apache.activemq.protobuf.WireFormat
Makes a tag value given a field number and wire type.
mark(int) - Method in class org.apache.activemq.protobuf.BufferInputStream
 
markSupported() - Method in class org.apache.activemq.protobuf.BufferInputStream
 
memoizedSerializedSize - Variable in class org.apache.activemq.protobuf.BaseMessage
 
mergeFramed(CodedInputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
 
mergeFramed(Buffer) - Method in class org.apache.activemq.protobuf.BaseMessage
 
mergeFramed(byte[]) - Method in class org.apache.activemq.protobuf.BaseMessage
 
mergeFramed(InputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
 
mergeFramed(CodedInputStream) - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
mergeFramed(byte[]) - Method in interface org.apache.activemq.protobuf.Message
 
mergeFramed(Buffer) - Method in interface org.apache.activemq.protobuf.Message
 
mergeFramed(InputStream) - Method in interface org.apache.activemq.protobuf.Message
 
mergeFramed(CodedInputStream) - Method in interface org.apache.activemq.protobuf.Message
 
mergeFrom(T) - Method in class org.apache.activemq.protobuf.BaseMessage
 
mergeFrom(T) - Method in interface org.apache.activemq.protobuf.Message
 
mergeUnframed(Buffer) - Method in class org.apache.activemq.protobuf.BaseMessage
 
mergeUnframed(byte[]) - Method in class org.apache.activemq.protobuf.BaseMessage
 
mergeUnframed(InputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
 
mergeUnframed(Buffer) - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
mergeUnframed(byte[]) - Method in interface org.apache.activemq.protobuf.Message
 
mergeUnframed(Buffer) - Method in interface org.apache.activemq.protobuf.Message
 
mergeUnframed(InputStream) - Method in interface org.apache.activemq.protobuf.Message
 
mergeUnframed(CodedInputStream) - Method in interface org.apache.activemq.protobuf.Message
 
Message<T> - Interface in org.apache.activemq.protobuf
 
MESSAGE_SET_ITEM - Static variable in class org.apache.activemq.protobuf.WireFormat
 
MESSAGE_SET_ITEM_END_TAG - Static variable in class org.apache.activemq.protobuf.WireFormat
 
MESSAGE_SET_ITEM_TAG - Static variable in class org.apache.activemq.protobuf.WireFormat
 
MESSAGE_SET_MESSAGE - Static variable in class org.apache.activemq.protobuf.WireFormat
 
MESSAGE_SET_MESSAGE_TAG - Static variable in class org.apache.activemq.protobuf.WireFormat
 
MESSAGE_SET_TYPE_ID - Static variable in class org.apache.activemq.protobuf.WireFormat
 
MESSAGE_SET_TYPE_ID_TAG - Static variable in class org.apache.activemq.protobuf.WireFormat
 
MessageBuffer<B,MB extends MessageBuffer> - Interface in org.apache.activemq.protobuf
 
MessageBufferSupport - Class in org.apache.activemq.protobuf
 
MessageBufferSupport() - Constructor for class org.apache.activemq.protobuf.MessageBufferSupport
 
MessageDescriptor - Class in org.apache.activemq.protobuf.compiler
 
MessageDescriptor(ProtoDescriptor, MessageDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
MethodDescriptor - Class in org.apache.activemq.protobuf.compiler
 
MethodDescriptor(ProtoDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.MethodDescriptor
 
missingFields() - Method in class org.apache.activemq.protobuf.BaseMessage
 

N

newInput() - Method in class org.apache.activemq.protobuf.Buffer
 
newOutput() - Method in class org.apache.activemq.protobuf.Buffer
 
NUMBER_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 

O

offset - Variable in class org.apache.activemq.protobuf.Buffer
 
OPTIONAL_RULE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
OptionDescriptor - Class in org.apache.activemq.protobuf.compiler
 
OptionDescriptor() - Constructor for class org.apache.activemq.protobuf.compiler.OptionDescriptor
 
org.apache.activemq.protobuf - package org.apache.activemq.protobuf
 
org.apache.activemq.protobuf.compiler - package org.apache.activemq.protobuf.compiler
 

P

ParserSupport - Class in org.apache.activemq.protobuf.compiler
 
ParserSupport() - Constructor for class org.apache.activemq.protobuf.compiler.ParserSupport
 
PBMessage<Bean,Buffer extends MessageBuffer> - Interface in org.apache.activemq.protobuf
 
popLimit(int) - Method in class org.apache.activemq.protobuf.CodedInputStream
 
prefix(List<String>, String) - Method in class org.apache.activemq.protobuf.BaseMessage
 
project - Variable in class org.apache.activemq.protobuf.compiler.ProtoMojo
The maven project.
ProtoDescriptor - Class in org.apache.activemq.protobuf.compiler
 
ProtoDescriptor() - Constructor for class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
ProtoMojo - Class in org.apache.activemq.protobuf.compiler
A Maven Mojo so that the Proto compiler can be used with maven.
ProtoMojo() - Constructor for class org.apache.activemq.protobuf.compiler.ProtoMojo
 
pushLimit(int) - Method in class org.apache.activemq.protobuf.CodedInputStream
 

R

read() - Method in class org.apache.activemq.protobuf.BufferInputStream
 
read(byte[]) - Method in class org.apache.activemq.protobuf.BufferInputStream
 
read(byte[], int, int) - Method in class org.apache.activemq.protobuf.BufferInputStream
 
readBool() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a bool field value from the stream.
readBuffer(int) - Method in class org.apache.activemq.protobuf.BufferInputStream
 
readBytes() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a bytes field value from the stream.
readDouble() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a double field value from the stream.
readEnum() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read an enum field value from the stream.
readFixed32() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a fixed32 field value from the stream.
readFixed64() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a fixed64 field value from the stream.
readFloat() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a float field value from the stream.
readFrame(InputStream) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
 
readGroup(CodedInputStream, int, T) - Static method in class org.apache.activemq.protobuf.BaseMessage
 
readInt32() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read an int32 field value from the stream.
readInt64() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read an int64 field value from the stream.
readRawByte(InputStream) - Static method in class org.apache.activemq.protobuf.BaseMessage
 
readRawByte() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read one byte from the input.
readRawByte(InputStream) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
 
readRawBytes(int) - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a fixed size of bytes from the input.
readRawLittleEndian32() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a 32-bit little-endian integer from the stream.
readRawLittleEndian64() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a 64-bit little-endian integer from the stream.
readRawVarint32(InputStream) - Static method in class org.apache.activemq.protobuf.BaseMessage
Read a raw Varint from the stream.
readRawVarint32() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a raw Varint from the stream.
readRawVarint32(InputStream) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
Read a raw Varint from the stream.
readRawVarint64() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a raw Varint from the stream.
readSFixed32() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read an sfixed32 field value from the stream.
readSFixed64() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read an sfixed64 field value from the stream.
readSInt32() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read an sint32 field value from the stream.
readSInt64() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read an sint64 field value from the stream.
readString() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a string field value from the stream.
readTag() - Method in class org.apache.activemq.protobuf.CodedInputStream
Attempt to read a field tag, returning zero if we have reached EOF.
readUInt32() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a uint32 field value from the stream.
readUInt64() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a uint64 field value from the stream.
REPEATED_RULE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
REQUIRED_RULE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
reset() - Method in class org.apache.activemq.protobuf.BufferInputStream
 
reset() - Method in class org.apache.activemq.protobuf.BufferOutputStream
 

S

SCALAR_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
serializedSizeFramed() - Method in class org.apache.activemq.protobuf.BaseMessage
 
serializedSizeFramed() - Method in interface org.apache.activemq.protobuf.Message
 
serializedSizeFramed() - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
serializedSizeUnframed() - Method in interface org.apache.activemq.protobuf.Message
 
serializedSizeUnframed() - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
ServiceDescriptor - Class in org.apache.activemq.protobuf.compiler
 
ServiceDescriptor(ProtoDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.ServiceDescriptor
 
setEnums(Map<String, EnumDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
setEnums(Map<String, EnumDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
setExtends(List<MessageDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
setExtends(List<MessageDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
setExtensions(ExtensionsDescriptor) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
setFields(Map<String, EnumFieldDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
setFields(Map<String, FieldDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
setFirst(int) - Method in class org.apache.activemq.protobuf.compiler.ExtensionsDescriptor
 
setGroup(MessageDescriptor) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
setImportProtoDescriptors(Map<String, ProtoDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
setImports(List<String>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
setLast(int) - Method in class org.apache.activemq.protobuf.compiler.ExtensionsDescriptor
 
setMessages(Map<String, MessageDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
setMessages(Map<String, MessageDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
setMethods(List<MethodDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ServiceDescriptor
 
setName(String) - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
setName(String) - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
 
setName(String) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
setName(String) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
setName(String) - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
 
setName(String) - Method in class org.apache.activemq.protobuf.compiler.OptionDescriptor
 
setName(String) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
setName(String) - Method in class org.apache.activemq.protobuf.compiler.ServiceDescriptor
 
setOptions(Object, String[]) - Static method in class org.apache.activemq.protobuf.compiler.CommandLineSupport
Sets the properties of an object given the command line args.
setOptions(Map<String, OptionDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
setOptions(Map<String, OptionDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
setOptions(Map<String, OptionDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
setOptions(Map<String, OptionDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
setOut(File) - Method in class org.apache.activemq.protobuf.compiler.AltJavaGenerator
 
setOut(File) - Method in class org.apache.activemq.protobuf.compiler.JavaGenerator
 
setPackageName(String) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
setParameter(String) - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
 
setPath(File[]) - Method in class org.apache.activemq.protobuf.compiler.AltJavaGenerator
 
setPath(File[]) - Method in class org.apache.activemq.protobuf.compiler.JavaGenerator
 
setProperties(Object, Map<String, ?>, String) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
 
setProperties(Object, Map) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
 
setProperty(Object, String, Object) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
 
setReturns(String) - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
 
setRule(String) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
setServices(Map<String, ServiceDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
setTag(int) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
setType(String) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
setTypeDescriptor(TypeDescriptor) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
setValue(int) - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
 
setValue(String) - Method in class org.apache.activemq.protobuf.compiler.OptionDescriptor
 
SFIXED32_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
SFIXED64_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
SIGNED_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
simpleName(Class) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
 
SINT32_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
SINT64_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
size() - Method in class org.apache.activemq.protobuf.BufferOutputStream
 
skip(long) - Method in class org.apache.activemq.protobuf.BufferInputStream
 
skipField(int) - Method in class org.apache.activemq.protobuf.CodedInputStream
Reads and discards a single field, given its tag value.
skipMessage() - Method in class org.apache.activemq.protobuf.CodedInputStream
Reads and discards an entire message.
skipRawBytes(int) - Method in class org.apache.activemq.protobuf.CodedInputStream
Reads and discards size bytes.
slice(int, int) - Method in class org.apache.activemq.protobuf.Buffer
 
STRING_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 

T

TAG_TYPE_BITS - Static variable in class org.apache.activemq.protobuf.WireFormat
 
TAG_TYPE_MASK - Static variable in class org.apache.activemq.protobuf.WireFormat
 
TextFormat - Class in org.apache.activemq.protobuf.compiler
Provide ascii text parsing and formatting support for proto2 instances.
TextFormat() - Constructor for class org.apache.activemq.protobuf.compiler.TextFormat
 
TextFormat.ParseException - Exception in org.apache.activemq.protobuf.compiler
Thrown when parsing an invalid text format message.
TextFormat.ParseException(String) - Constructor for exception org.apache.activemq.protobuf.compiler.TextFormat.ParseException
 
toBuffer() - Method in class org.apache.activemq.protobuf.BufferOutputStream
 
toByteArray() - Method in class org.apache.activemq.protobuf.Buffer
 
toByteArray() - Method in class org.apache.activemq.protobuf.BufferOutputStream
 
toFramedBuffer() - Method in class org.apache.activemq.protobuf.BaseMessage
 
toFramedBuffer() - Method in interface org.apache.activemq.protobuf.Message
 
toFramedBuffer() - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
toFramedBuffer(MessageBuffer) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
 
toFramedByteArray() - Method in class org.apache.activemq.protobuf.BaseMessage
 
toFramedByteArray() - Method in interface org.apache.activemq.protobuf.Message
 
toFramedByteArray() - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
toString() - Method in class org.apache.activemq.protobuf.AsciiBuffer
 
toString(Object) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
 
toString(Object, Class) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
 
toString() - Method in class org.apache.activemq.protobuf.UTF8Buffer
 
toStringUtf8() - Method in class org.apache.activemq.protobuf.Buffer
Deprecated. 
toUnframedBuffer() - Method in class org.apache.activemq.protobuf.BaseMessage
 
toUnframedBuffer() - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
toUnframedBuffer() - Method in interface org.apache.activemq.protobuf.Message
 
toUnframedBuffer() - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
toUnframedBuffer(MessageBuffer) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
 
toUnframedByteArray() - Method in class org.apache.activemq.protobuf.BaseMessage
 
toUnframedByteArray() - Method in interface org.apache.activemq.protobuf.Message
 
toUnframedByteArray() - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
TypeDescriptor - Interface in org.apache.activemq.protobuf.compiler
 

U

UINT32_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
UINT64_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
UninitializedMessageException - Exception in org.apache.activemq.protobuf
Thrown when attempting to build a protocol message that is missing required fields.
UninitializedMessageException(List<String>) - Constructor for exception org.apache.activemq.protobuf.UninitializedMessageException
 
UNSIGNED_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
UTF8Buffer - Class in org.apache.activemq.protobuf
 
UTF8Buffer(Buffer) - Constructor for class org.apache.activemq.protobuf.UTF8Buffer
 
UTF8Buffer(byte[], int, int) - Constructor for class org.apache.activemq.protobuf.UTF8Buffer
 
UTF8Buffer(byte[]) - Constructor for class org.apache.activemq.protobuf.UTF8Buffer
 
UTF8Buffer(String) - Constructor for class org.apache.activemq.protobuf.UTF8Buffer
 

V

validate(List<String>) - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
validate(List<String>) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
validate(List<String>) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
validate(List<String>) - Method in class org.apache.activemq.protobuf.compiler.OptionDescriptor
 
validate(List<String>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
Checks for validation errors in the proto definition and fills them into the errors list.
validate(List<String>) - Method in class org.apache.activemq.protobuf.compiler.ServiceDescriptor
 

W

WireFormat - Class in org.apache.activemq.protobuf
This class is used internally by the Protocol Buffer library and generated message implementations.
WIRETYPE_END_GROUP - Static variable in class org.apache.activemq.protobuf.WireFormat
 
WIRETYPE_FIXED32 - Static variable in class org.apache.activemq.protobuf.WireFormat
 
WIRETYPE_FIXED64 - Static variable in class org.apache.activemq.protobuf.WireFormat
 
WIRETYPE_LENGTH_DELIMITED - Static variable in class org.apache.activemq.protobuf.WireFormat
 
WIRETYPE_START_GROUP - Static variable in class org.apache.activemq.protobuf.WireFormat
 
WIRETYPE_VARINT - Static variable in class org.apache.activemq.protobuf.WireFormat
 
write(int) - Method in class org.apache.activemq.protobuf.BufferOutputStream
 
write(byte[], int, int) - Method in class org.apache.activemq.protobuf.BufferOutputStream
 
writeBool(int, boolean) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a bool field, including tag, to the stream.
writeBytes(int, Buffer) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeDouble(int, double) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a double field, including tag, to the stream.
writeEnum(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write an enum field, including tag, to the stream.
writeFixed32(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a fixed32 field, including tag, to the stream.
writeFixed64(int, long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a fixed64 field, including tag, to the stream.
writeFloat(int, float) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a float field, including tag, to the stream.
writeFramed(CodedOutputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
 
writeFramed(OutputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
 
writeFramed(CodedOutputStream) - Method in interface org.apache.activemq.protobuf.Message
 
writeFramed(OutputStream) - Method in interface org.apache.activemq.protobuf.Message
 
writeFramed(CodedOutputStream) - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
writeFramed(OutputStream) - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
writeGroup(CodedOutputStream, int, BaseMessage) - Static method in class org.apache.activemq.protobuf.BaseMessage
 
writeInt32(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write an int32 field, including tag, to the stream.
writeInt64(int, long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write an int64 field, including tag, to the stream.
writeMessage(CodedOutputStream, int, BaseMessage) - Static method in class org.apache.activemq.protobuf.BaseMessage
 
writeMessage(CodedOutputStream, int, MessageBuffer) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
 
writeRawByte(byte) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a single byte.
writeRawByte(int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a single byte, represented by an integer value.
writeRawBytes(byte[]) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write an array of bytes.
writeRawBytes(byte[], int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write part of an array of bytes.
writeRawBytes(Buffer) - Method in class org.apache.activemq.protobuf.CodedOutputStream
 
writeRawLittleEndian32(int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a little-endian 32-bit integer.
writeRawLittleEndian64(long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a little-endian 64-bit integer.
writeRawVarint32(int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Encode and write a varint.
writeRawVarint64(long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Encode and write a varint.
writeSFixed32(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write an sfixed32 field, including tag, to the stream.
writeSFixed64(int, long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write an sfixed64 field, including tag, to the stream.
writeSInt32(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write an sint32 field, including tag, to the stream.
writeSInt64(int, long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write an sint64 field, including tag, to the stream.
writeString(int, String) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a string field, including tag, to the stream.
writeTag(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Encode and write a tag.
writeUInt32(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a uint32 field, including tag, to the stream.
writeUInt64(int, long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a uint64 field, including tag, to the stream.
writeUnframed(CodedOutputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
 
writeUnframed(OutputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
 
writeUnframed(CodedOutputStream) - Method in interface org.apache.activemq.protobuf.Message
 
writeUnframed(OutputStream) - Method in interface org.apache.activemq.protobuf.Message
 
writeUnframed(CodedOutputStream) - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
writeUnframed(OutputStream) - Method in interface org.apache.activemq.protobuf.MessageBuffer
 

A B C D E F G H I J L M N O P R S T U V W

Copyright © 2011 Apache Software Foundation. All Rights Reserved.