org.apache.qpid.framing
Interface CommonContentHeaderProperties
- All Superinterfaces:
- ContentHeaderProperties
- All Known Implementing Classes:
- BasicContentHeaderProperties
public interface CommonContentHeaderProperties
- extends ContentHeaderProperties
getContentType
AMQShortString getContentType()
setContentType
void setContentType(AMQShortString contentType)
getHeaders
FieldTable getHeaders()
setHeaders
void setHeaders(FieldTable headers)
getDeliveryMode
byte getDeliveryMode()
setDeliveryMode
void setDeliveryMode(byte deliveryMode)
getPriority
byte getPriority()
setPriority
void setPriority(byte priority)
getCorrelationId
AMQShortString getCorrelationId()
setCorrelationId
void setCorrelationId(AMQShortString correlationId)
getReplyTo
AMQShortString getReplyTo()
setReplyTo
void setReplyTo(AMQShortString replyTo)
getExpiration
long getExpiration()
setExpiration
void setExpiration(long expiration)
getMessageId
AMQShortString getMessageId()
setMessageId
void setMessageId(AMQShortString messageId)
getTimestamp
long getTimestamp()
setTimestamp
void setTimestamp(long timestamp)
getType
AMQShortString getType()
setType
void setType(AMQShortString type)
getUserId
AMQShortString getUserId()
setUserId
void setUserId(AMQShortString userId)
getAppId
AMQShortString getAppId()
setAppId
void setAppId(AMQShortString appId)
getClusterId
AMQShortString getClusterId()
setClusterId
void setClusterId(AMQShortString clusterId)
getEncoding
AMQShortString getEncoding()
setEncoding
void setEncoding(AMQShortString encoding)
Licensed to the Apache Software Foundation