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 Object
implements AMQPType<Footer>, FastPathDescribedTypeConstructor<Footer>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCollection<? extends TypeEncoding<Footer>>getEncoding(Footer val) static voidregister(Decoder decoder, EncoderImpl encoder) voidvoid
-
Constructor Details
-
FastPathFooterType
-
-
Method Details
-
getEncoder
-
getDecoder
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()- Specified by:
encodesJavaPrimitivein interfaceTypeConstructor<Footer>
-
getTypeClass
- Specified by:
getTypeClassin interfaceAMQPType<Footer>- Specified by:
getTypeClassin interfaceTypeConstructor<Footer>
-
getCanonicalEncoding
- Specified by:
getCanonicalEncodingin interfaceAMQPType<Footer>
-
getAllEncodings
- Specified by:
getAllEncodingsin interfaceAMQPType<Footer>
-
readValue
- Specified by:
readValuein interfaceTypeConstructor<Footer>
-
skipValue
public void skipValue()- Specified by:
skipValuein interfaceTypeConstructor<Footer>
-
register
-