Uses of Interface
org.apache.qpid.proton.codec.TypeEncoding

Packages that use TypeEncoding
org.apache.qpid.proton.codec   
 

Uses of TypeEncoding in org.apache.qpid.proton.codec
 

Subinterfaces of TypeEncoding in org.apache.qpid.proton.codec
static interface ArrayType.ArrayEncoding
           
static interface BooleanType.BooleanEncoding
           
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
           
 

Classes in org.apache.qpid.proton.codec that implement TypeEncoding
 class ByteType.ByteEncoding
           
 class CharacterType.CharacterEncoding
           
 class DoubleType.DoubleEncoding
           
 class FloatType.FloatEncoding
           
 class ShortType.ShortEncoding
           
 class UnsignedByteType.UnsignedByteEncoding
           
 

Methods in org.apache.qpid.proton.codec that return TypeEncoding
 TypeEncoding<DescribedType> DynamicDescribedType.getCanonicalEncoding()
           
 TypeEncoding<T> AbstractDescribedType.getCanonicalEncoding()
           
 TypeEncoding<V> AMQPType.getCanonicalEncoding()
           
 TypeEncoding<DescribedType> DynamicDescribedType.getEncoding(DescribedType val)
           
 TypeEncoding<T> AbstractDescribedType.getEncoding(T val)
           
 TypeEncoding<V> AMQPType.getEncoding(V val)
           
 

Methods in org.apache.qpid.proton.codec that return types with arguments of type TypeEncoding
 Collection<TypeEncoding<DescribedType>> DynamicDescribedType.getAllEncodings()
           
 Collection<TypeEncoding<T>> AbstractDescribedType.getAllEncodings()
           
 Collection<? extends TypeEncoding<V>> AMQPType.getAllEncodings()
           
 

Methods in org.apache.qpid.proton.codec with parameters of type TypeEncoding
 boolean 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 UnsignedByteType.UnsignedByteEncoding.encodesSuperset(TypeEncoding<UnsignedByte> encoding)
           
 boolean TypeEncoding.encodesSuperset(TypeEncoding<V> encoder)
           
 void ArrayType.ArrayEncoding.setValue(Object[] val, TypeEncoding encoder, int size)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.