Uses of Package
org.apache.activemq.protobuf
-
Packages that use org.apache.activemq.protobuf Package Description com.google.protobuf.test org.apache.activemq.protobuf protobuf_unittest -
Classes in org.apache.activemq.protobuf used by com.google.protobuf.test Class Description BaseMessage Buffer CodedInputStream Reads and decodes protocol message fields.CodedOutputStream Encodes and writes protocol message fields.InvalidProtocolBufferException Thrown when a protocol message being parsed is invalid in some way, e.g.Message -
Classes in org.apache.activemq.protobuf used by org.apache.activemq.protobuf Class Description AsciiBuffer BaseMessage Buffer BufferInputStream Very similar to the java.io.ByteArrayInputStream but this version is not thread safe.BufferOutputStream 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.CodedInputStream Reads and decodes protocol message fields.CodedOutputStream Encodes and writes protocol message fields.DeferredDecodeMessage DeferredUnmarshal.Bar DeferredUnmarshal.Foo InvalidProtocolBufferException Thrown when a protocol message being parsed is invalid in some way, e.g.Message MessageBuffer PBMessage UninitializedMessageException Thrown when attempting to build a protocol message that is missing required fields.UTF8Buffer -
Classes in org.apache.activemq.protobuf used by protobuf_unittest Class Description BaseMessage Buffer CodedInputStream Reads and decodes protocol message fields.CodedOutputStream Encodes and writes protocol message fields.InvalidProtocolBufferException Thrown when a protocol message being parsed is invalid in some way, e.g.Message