Uses of Interface
org.apache.qpid.proton.codec.TypeEncoding
Packages that use TypeEncoding
Package
Description
-
Uses of TypeEncoding in org.apache.qpid.proton.codec
Subinterfaces of TypeEncoding in org.apache.qpid.proton.codecModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
interface
static interface
static interface
static interface
static interface
Classes in org.apache.qpid.proton.codec that implement TypeEncodingModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in org.apache.qpid.proton.codec that return TypeEncodingModifier and TypeMethodDescriptionAbstractDescribedType.getCanonicalEncoding()
AMQPType.getCanonicalEncoding()
DynamicDescribedType.getCanonicalEncoding()
AbstractDescribedType.getEncoding
(T val) AMQPType.getEncoding
(V val) DynamicDescribedType.getEncoding
(DescribedType val) Methods in org.apache.qpid.proton.codec that return types with arguments of type TypeEncodingModifier and TypeMethodDescriptionAbstractDescribedType.getAllEncodings()
Collection
<? extends TypeEncoding<V>> AMQPType.getAllEncodings()
DynamicDescribedType.getAllEncodings()
Methods in org.apache.qpid.proton.codec with parameters of type TypeEncodingModifier and TypeMethodDescriptionboolean
ByteType.ByteEncoding.encodesSuperset
(TypeEncoding<Byte> encoding) boolean
CharacterType.CharacterEncoding.encodesSuperset
(TypeEncoding<Character> encoding) boolean
DoubleType.DoubleEncoding.encodesSuperset
(TypeEncoding<Double> encoding) boolean
FloatType.FloatEncoding.encodesSuperset
(TypeEncoding<Float> encoding) boolean
ShortType.ShortEncoding.encodesSuperset
(TypeEncoding<Short> encoding) boolean
TypeEncoding.encodesSuperset
(TypeEncoding<V> encoder) boolean
UnsignedByteType.UnsignedByteEncoding.encodesSuperset
(TypeEncoding<UnsignedByte> encoding) void
ArrayType.ArrayEncoding.setValue
(Object[] val, TypeEncoding<?> encoder, int size) -
Uses of TypeEncoding in org.apache.qpid.proton.codec.messaging
Methods in org.apache.qpid.proton.codec.messaging that return TypeEncodingModifier and TypeMethodDescriptionFastPathAcceptedType.getCanonicalEncoding()
FastPathAmqpSequenceType.getCanonicalEncoding()
FastPathAmqpValueType.getCanonicalEncoding()
FastPathApplicationPropertiesType.getCanonicalEncoding()
FastPathDataType.getCanonicalEncoding()
FastPathDeliveryAnnotationsType.getCanonicalEncoding()
FastPathFooterType.getCanonicalEncoding()
FastPathHeaderType.getCanonicalEncoding()
FastPathMessageAnnotationsType.getCanonicalEncoding()
FastPathPropertiesType.getCanonicalEncoding()
FastPathAcceptedType.getEncoding
(Accepted accepted) FastPathAmqpSequenceType.getEncoding
(AmqpSequence val) FastPathAmqpValueType.getEncoding
(AmqpValue value) FastPathApplicationPropertiesType.getEncoding
(ApplicationProperties val) FastPathDataType.getEncoding
(Data val) FastPathDeliveryAnnotationsType.getEncoding
(DeliveryAnnotations val) FastPathFooterType.getEncoding
(Footer val) FastPathHeaderType.getEncoding
(Header header) FastPathMessageAnnotationsType.getEncoding
(MessageAnnotations val) FastPathPropertiesType.getEncoding
(Properties properties) Methods in org.apache.qpid.proton.codec.messaging that return types with arguments of type TypeEncodingModifier and TypeMethodDescriptionCollection
<? extends TypeEncoding<Accepted>> FastPathAcceptedType.getAllEncodings()
Collection
<? extends TypeEncoding<AmqpSequence>> FastPathAmqpSequenceType.getAllEncodings()
Collection
<? extends TypeEncoding<AmqpValue>> FastPathAmqpValueType.getAllEncodings()
Collection
<? extends TypeEncoding<ApplicationProperties>> FastPathApplicationPropertiesType.getAllEncodings()
Collection
<? extends TypeEncoding<Data>> FastPathDataType.getAllEncodings()
Collection
<? extends TypeEncoding<DeliveryAnnotations>> FastPathDeliveryAnnotationsType.getAllEncodings()
Collection
<? extends TypeEncoding<Footer>> FastPathFooterType.getAllEncodings()
Collection
<? extends TypeEncoding<Header>> FastPathHeaderType.getAllEncodings()
Collection
<? extends TypeEncoding<MessageAnnotations>> FastPathMessageAnnotationsType.getAllEncodings()
Collection
<? extends TypeEncoding<Properties>> FastPathPropertiesType.getAllEncodings()
-
Uses of TypeEncoding in org.apache.qpid.proton.codec.transport
Methods in org.apache.qpid.proton.codec.transport that return TypeEncodingModifier and TypeMethodDescriptionFastPathDispositionType.getCanonicalEncoding()
FastPathFlowType.getCanonicalEncoding()
FastPathTransferType.getCanonicalEncoding()
FastPathDispositionType.getEncoding
(Disposition disposition) FastPathFlowType.getEncoding
(Flow flow) FastPathTransferType.getEncoding
(Transfer transfer) Methods in org.apache.qpid.proton.codec.transport that return types with arguments of type TypeEncodingModifier and TypeMethodDescriptionCollection
<? extends TypeEncoding<Disposition>> FastPathDispositionType.getAllEncodings()
Collection
<? extends TypeEncoding<Flow>> FastPathFlowType.getAllEncodings()
Collection
<? extends TypeEncoding<Transfer>> FastPathTransferType.getAllEncodings()