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()voidsetDeliveryCount(UnsignedInteger deliveryCount) voidsetDurable(Boolean durable) voidsetFirstAcquirer(Boolean firstAcquirer) voidsetPriority(UnsignedByte priority) voidsetTtl(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:
getTypein interfaceSection- Returns:
- the
Section.SectionTypethat describes this instance.
-