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