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 interfacestatic interfacestatic interfacestatic interfacestatic interfaceinterfacestatic interfacestatic interfacestatic interfacestatic interfaceClasses in org.apache.qpid.proton.codec that implement TypeEncodingModifier and TypeClassDescriptionclassclassclassclassclassclassMethods 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 TypeMethodDescriptionbooleanByteType.ByteEncoding.encodesSuperset(TypeEncoding<Byte> encoding) booleanCharacterType.CharacterEncoding.encodesSuperset(TypeEncoding<Character> encoding) booleanDoubleType.DoubleEncoding.encodesSuperset(TypeEncoding<Double> encoding) booleanFloatType.FloatEncoding.encodesSuperset(TypeEncoding<Float> encoding) booleanShortType.ShortEncoding.encodesSuperset(TypeEncoding<Short> encoding) booleanTypeEncoding.encodesSuperset(TypeEncoding<V> encoder) booleanUnsignedByteType.UnsignedByteEncoding.encodesSuperset(TypeEncoding<UnsignedByte> encoding) voidArrayType.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()