| Interface | Description |
|---|---|
| AMQPType<V> | |
| ArrayType.ArrayEncoding | |
| BigIntegerType.BigIntegerEncoding | |
| BooleanType.BooleanEncoding | |
| ByteBufferDecoder | |
| ByteBufferEncoder | |
| Data | |
| Decoder | |
| Decoder.ListProcessor<T> | |
| DescribedTypeConstructor<V> | |
| Encoder | |
| EncodingCodes | |
| FastPathDescribedTypeConstructor<V> |
Marker interface that indicates the TypeConstructor can decode known Proton-J types
using a fast path read / write operation.
|
| IntegerType.IntegerEncoding | |
| LongType.LongEncoding | |
| PrimitiveType<V> | |
| PrimitiveTypeEncoding<T> | |
| ReadableBuffer |
Interface to abstract a buffer, similar to
WritableBuffer |
| StringType.StringEncoding | |
| SymbolType.SymbolEncoding | |
| TypeConstructor<V> | |
| TypeEncoding<V> | |
| UnsignedIntegerType.UnsignedIntegerEncoding | |
| UnsignedLongType.UnsignedLongEncoding | |
| WritableBuffer |
| Class | Description |
|---|---|
| AbstractDescribedType<T,M> | |
| AMQPDefinedTypes | |
| ArrayType | |
| BigIntegerType | |
| BinaryType | |
| BooleanType | |
| ByteType | |
| CharacterType | |
| Codec |
Codec
|
| CompositeReadableBuffer |
ReadableBuffer implementation whose content is made up of one or more
byte arrays.
|
| CompositeWritableBuffer | |
| Data.Factory | |
| Decimal128Type | |
| Decimal32Type | |
| Decimal64Type | |
| DecoderImpl | |
| DoubleType | |
| DroppingWritableBuffer | |
| DynamicDescribedType | |
| DynamicTypeConstructor | |
| EncoderImpl | |
| FloatType | |
| IntegerType | |
| ListType | |
| LongType | |
| MapType | |
| NullType | |
| ReadableBuffer.ByteBufferReader | |
| ShortType | |
| StringType | |
| SymbolType | |
| TimestampType | |
| UnsignedByteType | |
| UnsignedIntegerType | |
| UnsignedLongType | |
| UnsignedShortType | |
| UUIDType | |
| WritableBuffer.ByteBufferWrapper |
| Enum | Description |
|---|---|
| Data.DataType |
| Exception | Description |
|---|---|
| DecodeException | |
| EncodeException |