Uses of Interface
org.apache.qpid.proton.codec.TypeConstructor
-
Packages that use TypeConstructor Package Description org.apache.qpid.proton.codec org.apache.qpid.proton.codec.messaging org.apache.qpid.proton.codec.transport -
-
Uses of TypeConstructor in org.apache.qpid.proton.codec
Subinterfaces of TypeConstructor in org.apache.qpid.proton.codec Modifier and Type Interface Description static interfaceArrayType.ArrayEncodingstatic interfaceBigIntegerType.BigIntegerEncodingstatic interfaceBooleanType.BooleanEncodinginterfaceFastPathDescribedTypeConstructor<V>Marker interface that indicates the TypeConstructor can decode known Proton-J types using a fast path read / write operation.static interfaceIntegerType.IntegerEncodingstatic interfaceLongType.LongEncodinginterfacePrimitiveTypeEncoding<T>static interfaceStringType.StringEncodingstatic interfaceSymbolType.SymbolEncodingstatic interfaceUnsignedIntegerType.UnsignedIntegerEncodingstatic interfaceUnsignedLongType.UnsignedLongEncodingClasses in org.apache.qpid.proton.codec that implement TypeConstructor Modifier and Type Class Description classByteType.ByteEncodingclassCharacterType.CharacterEncodingclassDoubleType.DoubleEncodingclassDynamicTypeConstructorclassFloatType.FloatEncodingclassShortType.ShortEncodingclassUnsignedByteType.UnsignedByteEncodingMethods in org.apache.qpid.proton.codec that return TypeConstructor Modifier and Type Method Description TypeConstructor<?>DecoderImpl. peekConstructor()TypeConstructorDecoderImpl. readConstructor()TypeConstructorDecoderImpl. readConstructor(boolean excludeFastPathConstructors)Constructors in org.apache.qpid.proton.codec with parameters of type TypeConstructor Constructor Description DynamicTypeConstructor(DescribedTypeConstructor dtc, TypeConstructor underlyingEncoding) -
Uses of TypeConstructor in org.apache.qpid.proton.codec.messaging
Classes in org.apache.qpid.proton.codec.messaging that implement TypeConstructor Modifier and Type Class Description classFastPathAcceptedTypeclassFastPathAmqpSequenceTypeclassFastPathAmqpValueTypeclassFastPathApplicationPropertiesTypeclassFastPathDataTypeclassFastPathDeliveryAnnotationsTypeclassFastPathFooterTypeclassFastPathHeaderTypeclassFastPathMessageAnnotationsTypeclassFastPathPropertiesType -
Uses of TypeConstructor in org.apache.qpid.proton.codec.transport
Classes in org.apache.qpid.proton.codec.transport that implement TypeConstructor Modifier and Type Class Description classFastPathDispositionTypeclassFastPathFlowTypeclassFastPathTransferTypeFast TrasnferType encoder
-