Uses of Interface
org.apache.qpid.proton.codec.TypeEncoding
-
Packages that use TypeEncoding Package Description org.apache.qpid.proton.codec org.apache.qpid.proton.codec.messaging org.apache.qpid.proton.codec.transport -
-
Uses of TypeEncoding in org.apache.qpid.proton.codec
Subinterfaces of TypeEncoding in org.apache.qpid.proton.codec Modifier and Type Interface Description static interfaceArrayType.ArrayEncodingstatic interfaceBigIntegerType.BigIntegerEncodingstatic interfaceBooleanType.BooleanEncodingstatic interfaceIntegerType.IntegerEncodingstatic interfaceLongType.LongEncodinginterfacePrimitiveTypeEncoding<T>static interfaceStringType.StringEncodingstatic interfaceSymbolType.SymbolEncodingstatic interfaceUnsignedIntegerType.UnsignedIntegerEncodingstatic interfaceUnsignedLongType.UnsignedLongEncodingClasses in org.apache.qpid.proton.codec that implement TypeEncoding Modifier and Type Class Description classByteType.ByteEncodingclassCharacterType.CharacterEncodingclassDoubleType.DoubleEncodingclassFloatType.FloatEncodingclassShortType.ShortEncodingclassUnsignedByteType.UnsignedByteEncodingMethods in org.apache.qpid.proton.codec that return TypeEncoding Modifier and Type Method Description TypeEncoding<T>AbstractDescribedType. getCanonicalEncoding()TypeEncoding<V>AMQPType. getCanonicalEncoding()TypeEncoding<DescribedType>DynamicDescribedType. getCanonicalEncoding()TypeEncoding<T>AbstractDescribedType. getEncoding(T val)TypeEncoding<V>AMQPType. getEncoding(V val)TypeEncoding<DescribedType>DynamicDescribedType. getEncoding(DescribedType val)Methods in org.apache.qpid.proton.codec that return types with arguments of type TypeEncoding Modifier and Type Method Description java.util.Collection<TypeEncoding<T>>AbstractDescribedType. getAllEncodings()java.util.Collection<? extends TypeEncoding<V>>AMQPType. getAllEncodings()java.util.Collection<TypeEncoding<DescribedType>>DynamicDescribedType. getAllEncodings()Methods in org.apache.qpid.proton.codec with parameters of type TypeEncoding Modifier and Type Method Description booleanByteType.ByteEncoding. encodesSuperset(TypeEncoding<java.lang.Byte> encoding)booleanCharacterType.CharacterEncoding. encodesSuperset(TypeEncoding<java.lang.Character> encoding)booleanDoubleType.DoubleEncoding. encodesSuperset(TypeEncoding<java.lang.Double> encoding)booleanFloatType.FloatEncoding. encodesSuperset(TypeEncoding<java.lang.Float> encoding)booleanShortType.ShortEncoding. encodesSuperset(TypeEncoding<java.lang.Short> encoding)booleanTypeEncoding. encodesSuperset(TypeEncoding<V> encoder)booleanUnsignedByteType.UnsignedByteEncoding. encodesSuperset(TypeEncoding<UnsignedByte> encoding)voidArrayType.ArrayEncoding. setValue(java.lang.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 types with arguments of type TypeEncoding Modifier and Type Method Description java.util.Collection<? extends TypeEncoding<Accepted>>FastPathAcceptedType. getAllEncodings()java.util.Collection<? extends TypeEncoding<AmqpSequence>>FastPathAmqpSequenceType. getAllEncodings()java.util.Collection<? extends TypeEncoding<AmqpValue>>FastPathAmqpValueType. getAllEncodings()java.util.Collection<? extends TypeEncoding<ApplicationProperties>>FastPathApplicationPropertiesType. getAllEncodings()java.util.Collection<? extends TypeEncoding<Data>>FastPathDataType. getAllEncodings()java.util.Collection<? extends TypeEncoding<DeliveryAnnotations>>FastPathDeliveryAnnotationsType. getAllEncodings()java.util.Collection<? extends TypeEncoding<Footer>>FastPathFooterType. getAllEncodings()java.util.Collection<? extends TypeEncoding<Header>>FastPathHeaderType. getAllEncodings()java.util.Collection<? extends TypeEncoding<MessageAnnotations>>FastPathMessageAnnotationsType. getAllEncodings()java.util.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 TypeEncoding Modifier and Type Method Description TypeEncoding<Disposition>FastPathDispositionType. getCanonicalEncoding()TypeEncoding<Flow>FastPathFlowType. getCanonicalEncoding()TypeEncoding<Transfer>FastPathTransferType. getCanonicalEncoding()TypeEncoding<Disposition>FastPathDispositionType. getEncoding(Disposition disposition)TypeEncoding<Flow>FastPathFlowType. getEncoding(Flow flow)TypeEncoding<Transfer>FastPathTransferType. getEncoding(Transfer transfer)Methods in org.apache.qpid.proton.codec.transport that return types with arguments of type TypeEncoding Modifier and Type Method Description java.util.Collection<? extends TypeEncoding<Disposition>>FastPathDispositionType. getAllEncodings()java.util.Collection<? extends TypeEncoding<Flow>>FastPathFlowType. getAllEncodings()java.util.Collection<? extends TypeEncoding<Transfer>>FastPathTransferType. getAllEncodings()
-