Class FastPathFooterType
- java.lang.Object
-
- org.apache.qpid.proton.codec.messaging.FastPathFooterType
-
- All Implemented Interfaces:
AMQPType<Footer>,FastPathDescribedTypeConstructor<Footer>,TypeConstructor<Footer>
public class FastPathFooterType extends java.lang.Object implements AMQPType<Footer>, FastPathDescribedTypeConstructor<Footer>
-
-
Constructor Summary
Constructors Constructor Description FastPathFooterType(EncoderImpl encoder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanencodesJavaPrimitive()java.util.Collection<? extends TypeEncoding<Footer>>getAllEncodings()TypeEncoding<Footer>getCanonicalEncoding()DecoderImplgetDecoder()EncoderImplgetEncoder()TypeEncoding<Footer>getEncoding(Footer val)java.lang.Class<Footer>getTypeClass()FooterreadValue()static voidregister(Decoder decoder, EncoderImpl encoder)voidskipValue()voidwrite(Footer val)
-
-
-
Constructor Detail
-
FastPathFooterType
public FastPathFooterType(EncoderImpl encoder)
-
-
Method Detail
-
getEncoder
public EncoderImpl getEncoder()
-
getDecoder
public DecoderImpl getDecoder()
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()
- Specified by:
encodesJavaPrimitivein interfaceTypeConstructor<Footer>
-
getTypeClass
public java.lang.Class<Footer> getTypeClass()
- Specified by:
getTypeClassin interfaceAMQPType<Footer>- Specified by:
getTypeClassin interfaceTypeConstructor<Footer>
-
getEncoding
public TypeEncoding<Footer> getEncoding(Footer val)
- Specified by:
getEncodingin interfaceAMQPType<Footer>
-
getCanonicalEncoding
public TypeEncoding<Footer> getCanonicalEncoding()
- Specified by:
getCanonicalEncodingin interfaceAMQPType<Footer>
-
getAllEncodings
public java.util.Collection<? extends TypeEncoding<Footer>> getAllEncodings()
- Specified by:
getAllEncodingsin interfaceAMQPType<Footer>
-
readValue
public Footer readValue()
- Specified by:
readValuein interfaceTypeConstructor<Footer>
-
skipValue
public void skipValue()
- Specified by:
skipValuein interfaceTypeConstructor<Footer>
-
register
public static void register(Decoder decoder, EncoderImpl encoder)
-
-