Class FastPathHeaderType
java.lang.Object
org.apache.qpid.proton.codec.messaging.FastPathHeaderType
- All Implemented Interfaces:
AMQPType<Header>,FastPathDescribedTypeConstructor<Header>,TypeConstructor<Header>
public class FastPathHeaderType
extends Object
implements AMQPType<Header>, FastPathDescribedTypeConstructor<Header>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCollection<? extends TypeEncoding<Header>>getEncoding(Header header) static voidregister(Decoder decoder, EncoderImpl encoder) voidvoid
-
Constructor Details
-
FastPathHeaderType
-
-
Method Details
-
getEncoder
-
getDecoder
-
readValue
- Specified by:
readValuein interfaceTypeConstructor<Header>
-
skipValue
public void skipValue()- Specified by:
skipValuein interfaceTypeConstructor<Header>
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()- Specified by:
encodesJavaPrimitivein interfaceTypeConstructor<Header>
-
getTypeClass
- Specified by:
getTypeClassin interfaceAMQPType<Header>- Specified by:
getTypeClassin interfaceTypeConstructor<Header>
-
getEncoding
- Specified by:
getEncodingin interfaceAMQPType<Header>
-
getCanonicalEncoding
- Specified by:
getCanonicalEncodingin interfaceAMQPType<Header>
-
getAllEncodings
- Specified by:
getAllEncodingsin interfaceAMQPType<Header>
-
write
-
register
-