| Package | Description |
|---|---|
| org.apache.qpid.proton.codec | |
| org.apache.qpid.proton.codec.messaging | |
| org.apache.qpid.proton.codec.transport |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ArrayType.ArrayEncoding |
static interface |
BigIntegerType.BigIntegerEncoding |
static interface |
BooleanType.BooleanEncoding |
interface |
FastPathDescribedTypeConstructor<V>
Marker interface that indicates the TypeConstructor can decode known Proton-J types
using a fast path read / write operation.
|
static interface |
IntegerType.IntegerEncoding |
static interface |
LongType.LongEncoding |
interface |
PrimitiveTypeEncoding<T> |
static interface |
StringType.StringEncoding |
static interface |
SymbolType.SymbolEncoding |
static interface |
UnsignedIntegerType.UnsignedIntegerEncoding |
static interface |
UnsignedLongType.UnsignedLongEncoding |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteType.ByteEncoding |
class |
CharacterType.CharacterEncoding |
class |
DoubleType.DoubleEncoding |
class |
DynamicTypeConstructor |
class |
FloatType.FloatEncoding |
class |
ShortType.ShortEncoding |
class |
UnsignedByteType.UnsignedByteEncoding |
| Modifier and Type | Method and Description |
|---|---|
TypeConstructor<?> |
DecoderImpl.peekConstructor() |
TypeConstructor |
DecoderImpl.readConstructor() |
TypeConstructor |
DecoderImpl.readConstructor(boolean excludeFastPathConstructors) |
| Constructor and Description |
|---|
DynamicTypeConstructor(DescribedTypeConstructor dtc,
TypeConstructor underlyingEncoding) |
| Modifier and Type | Class and Description |
|---|---|
class |
FastPathAcceptedType |
class |
FastPathAmqpSequenceType |
class |
FastPathAmqpValueType |
class |
FastPathApplicationPropertiesType |
class |
FastPathDataType |
class |
FastPathDeliveryAnnotationsType |
class |
FastPathFooterType |
class |
FastPathHeaderType |
class |
FastPathMessageAnnotationsType |
class |
FastPathPropertiesType |
| Modifier and Type | Class and Description |
|---|---|
class |
FastPathDispositionType |
class |
FastPathFlowType |
class |
FastPathTransferType
Fast TrasnferType encoder
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.