Class Header
java.lang.Object
org.apache.qpid.proton.amqp.messaging.Header
- All Implemented Interfaces:
Section
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.qpid.proton.amqp.messaging.Section
Section.SectionType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTtl()
getType()
void
setDeliveryCount
(UnsignedInteger deliveryCount) void
setDurable
(Boolean durable) void
setFirstAcquirer
(Boolean firstAcquirer) void
setPriority
(UnsignedByte priority) void
setTtl
(UnsignedInteger ttl) toString()
-
Constructor Details
-
Header
public Header() -
Header
-
-
Method Details
-
getDurable
-
setDurable
-
getPriority
-
setPriority
-
getTtl
-
setTtl
-
getFirstAcquirer
-
setFirstAcquirer
-
getDeliveryCount
-
setDeliveryCount
-
toString
-
getType
- Specified by:
getType
in interfaceSection
- Returns:
- the
Section.SectionType
that describes this instance.
-