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 TypeMethodDescriptionboolean
Collection<? extends TypeEncoding<Footer>>
getEncoding
(Footer val) static void
register
(Decoder decoder, EncoderImpl encoder) void
void
-
Constructor Details
-
FastPathFooterType
-
-
Method Details
-
getEncoder
-
getDecoder
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()- Specified by:
encodesJavaPrimitive
in interfaceTypeConstructor<Footer>
-
getTypeClass
- Specified by:
getTypeClass
in interfaceAMQPType<Footer>
- Specified by:
getTypeClass
in interfaceTypeConstructor<Footer>
-
getCanonicalEncoding
- Specified by:
getCanonicalEncoding
in interfaceAMQPType<Footer>
-
getAllEncodings
- Specified by:
getAllEncodings
in interfaceAMQPType<Footer>
-
readValue
- Specified by:
readValue
in interfaceTypeConstructor<Footer>
-
skipValue
public void skipValue()- Specified by:
skipValue
in interfaceTypeConstructor<Footer>
-
register
-