JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
All Classes
All Classes
Interface Summary
Class Summary
Enum Summary
Exception Summary
Error Summary
Class
Description
AltJavaGenerator
AsciiBuffer
BaseMessage
<
T
>
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.
CommandLineSupport
Support utility that can be used to set the properties on any object using command line arguments.
CompilerException
DeferredDecodeMessage
<
T
>
DeferredUnmarshal
DeferredUnmarshal.Bar
DeferredUnmarshal.Foo
EnumDescriptor
EnumFieldDescriptor
EnumWithNoOuter
ExtensionsDescriptor
FieldDescriptor
IntrospectionSupport
Support class used to do introspection/reflection based setting and getting of properties on a Java Bean.
InvalidProtocolBufferException
Thrown when a protocol message being parsed is invalid in some way, e.g.
JavaGenerator
Message
<
T
>
MessageBuffer
<
B
,
MB
extends
MessageBuffer
>
MessageBufferSupport
MessageDescriptor
MessageWithNoOuter
MessageWithNoOuter.NestedEnum
MessageWithNoOuter.NestedMessage
MethodDescriptor
OptionDescriptor
ParseException
This exception is thrown when parse errors are encountered.
ParserSupport
PBMessage
<
Bean
,
Buffer
extends
MessageBuffer
>
ProtoDescriptor
ProtoMojo
A Maven Mojo so that the Proto compiler can be used with maven.
ProtoParser
This class is generated with JavaCC.
ProtoParserConstants
Token literal values and constants.
ProtoParserTokenManager
Token Manager.
ServiceDescriptor
SimpleCharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
TextFormat
Provide ascii text parsing and formatting support for proto2 instances.
TextFormat.ParseException
Thrown when parsing an invalid text format message.
Token
Describes the input token stream.
TokenMgrError
Token Manager Error.
TypeDescriptor
UninitializedMessageException
Thrown when attempting to build a protocol message that is missing required fields.
UnittestEmbedOptimizeFor
UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
UnittestImport
UnittestImport.ImportEnum
UnittestImport.ImportMessage
UnittestMset
UnittestMset.RawMessageSet
UnittestMset.RawMessageSet.Item
UnittestMset.TestMessageSet
UnittestMset.TestMessageSetContainer
UnittestMset.TestMessageSetExtension1
UnittestMset.TestMessageSetExtension2
UnittestOptimizeFor
UnittestOptimizeFor.TestOptimizedForSize
UnittestProto
UnittestProto.BarRequest
UnittestProto.BarResponse
UnittestProto.FooRequest
UnittestProto.FooResponse
UnittestProto.ForeignEnum
UnittestProto.ForeignMessage
UnittestProto.TestAllExtensions
UnittestProto.TestAllTypes
UnittestProto.TestAllTypes.NestedEnum
UnittestProto.TestAllTypes.NestedMessage
UnittestProto.TestAllTypes.OptionalGroup
UnittestProto.TestAllTypes.RepeatedGroup
UnittestProto.TestCamelCaseFieldNames
UnittestProto.TestDupFieldNumber
UnittestProto.TestDupFieldNumber.Bar
UnittestProto.TestDupFieldNumber.Foo
UnittestProto.TestEmptyMessage
UnittestProto.TestEmptyMessageWithExtensions
UnittestProto.TestEnumWithDupValue
UnittestProto.TestExtremeDefaultValues
UnittestProto.TestFieldOrderings
UnittestProto.TestForeignNested
UnittestProto.TestMutualRecursionA
UnittestProto.TestMutualRecursionB
UnittestProto.TestNestedMessageHasBits
UnittestProto.TestNestedMessageHasBits.NestedMessage
UnittestProto.TestReallyLargeTagNumber
UnittestProto.TestRecursiveMessage
UnittestProto.TestRequired
UnittestProto.TestRequiredForeign
UnittestProto.TestSparseEnum
UTF8Buffer
WireFormat
This class is used internally by the Protocol Buffer library and generated message implementations.