org.apache.qpid.proton.amqp.messaging
Class Header
java.lang.Object
org.apache.qpid.proton.amqp.messaging.Header
- All Implemented Interfaces:
- Section
public final class Header
- extends Object
- implements Section
Header
public Header()
getDurable
public Boolean getDurable()
setDurable
public void setDurable(Boolean durable)
getPriority
public UnsignedByte getPriority()
setPriority
public void setPriority(UnsignedByte priority)
getTtl
public UnsignedInteger getTtl()
setTtl
public void setTtl(UnsignedInteger ttl)
getFirstAcquirer
public Boolean getFirstAcquirer()
setFirstAcquirer
public void setFirstAcquirer(Boolean firstAcquirer)
getDeliveryCount
public UnsignedInteger getDeliveryCount()
setDeliveryCount
public void setDeliveryCount(UnsignedInteger deliveryCount)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.