Class HeaderType
java.lang.Object
org.apache.qpid.proton.codec.AbstractDescribedType<Header,List>
org.apache.qpid.proton.codec.messaging.HeaderType
- All Implemented Interfaces:
AMQPType<Header>
,DescribedTypeConstructor<Header>
public class HeaderType
extends AbstractDescribedType<Header,List>
implements DescribedTypeConstructor<Header>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected UnsignedLong
newInstance
(Object described) static void
register
(Decoder decoder, EncoderImpl encoder) protected List
Methods inherited from class org.apache.qpid.proton.codec.AbstractDescribedType
getAllEncodings, getCanonicalEncoding, getDecoder, getEncoder, getEncoding, write
-
Constructor Details
-
HeaderType
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in classAbstractDescribedType<Header,
List>
-
wrap
- Specified by:
wrap
in classAbstractDescribedType<Header,
List>
-
newInstance
- Specified by:
newInstance
in interfaceDescribedTypeConstructor<Header>
-
getTypeClass
- Specified by:
getTypeClass
in interfaceAMQPType<Header>
- Specified by:
getTypeClass
in interfaceDescribedTypeConstructor<Header>
-
register
-