MessageImpl

Undocumented in source.
class MessageImpl : ProtonJMessage {}

Constructors

this
this()

Application code should use {@link hunt.proton.message.Message.Factory#create()} instead.

this
this(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section bd, Footer footer)

Application code should instead use {@link hunt.proton.message.Message.Factory#create(Header, DeliveryAnnotations, MessageAnnotations, Properties, ApplicationProperties, Section, Footer)}

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
decode
int decode(byte[] data, int offset, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
decode
void decode(ByteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
decode
void decode(ReadableBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
int encode(WritableBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
int encode(byte[] data, int offset, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
encode2
int encode2(byte[] data, int offset, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
getAddress
String getAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
getApplicationProperties
ApplicationProperties getApplicationProperties()
Undocumented in source. Be warned that the author may not have intended to support it.
getBody
Section getBody()
Undocumented in source. Be warned that the author may not have intended to support it.
getContentEncoding
String getContentEncoding()
Undocumented in source. Be warned that the author may not have intended to support it.
getContentType
String getContentType()
Undocumented in source. Be warned that the author may not have intended to support it.
getCorrelationId
Object getCorrelationId()
Undocumented in source. Be warned that the author may not have intended to support it.
getCreationTime
long getCreationTime()
Undocumented in source. Be warned that the author may not have intended to support it.
getDeliveryAnnotations
DeliveryAnnotations getDeliveryAnnotations()
Undocumented in source. Be warned that the author may not have intended to support it.
getDeliveryCount
long getDeliveryCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getError
MessageError getError()
Undocumented in source. Be warned that the author may not have intended to support it.
getExpiryTime
long getExpiryTime()
Undocumented in source. Be warned that the author may not have intended to support it.
getFooter
Footer getFooter()
Undocumented in source. Be warned that the author may not have intended to support it.
getGroupId
String getGroupId()
Undocumented in source. Be warned that the author may not have intended to support it.
getGroupSequence
long getGroupSequence()
Undocumented in source. Be warned that the author may not have intended to support it.
getHeader
Header getHeader()
Undocumented in source. Be warned that the author may not have intended to support it.
getMessageAnnotations
MessageAnnotations getMessageAnnotations()
Undocumented in source. Be warned that the author may not have intended to support it.
getMessageId
Object getMessageId()
Undocumented in source. Be warned that the author may not have intended to support it.
getPriority
short getPriority()
Undocumented in source. Be warned that the author may not have intended to support it.
getProperties
Properties getProperties()
Undocumented in source. Be warned that the author may not have intended to support it.
getReplyTo
String getReplyTo()
Undocumented in source. Be warned that the author may not have intended to support it.
getReplyToGroupId
String getReplyToGroupId()
Undocumented in source. Be warned that the author may not have intended to support it.
getSubject
String getSubject()
Undocumented in source. Be warned that the author may not have intended to support it.
getTtl
long getTtl()
Undocumented in source. Be warned that the author may not have intended to support it.
getUserId
byte[] getUserId()
Undocumented in source. Be warned that the author may not have intended to support it.
isDurable
bool isDurable()
Undocumented in source. Be warned that the author may not have intended to support it.
isFirstAcquirer
bool isFirstAcquirer()
Undocumented in source. Be warned that the author may not have intended to support it.
setAddress
void setAddress(String to)
Undocumented in source. Be warned that the author may not have intended to support it.
setApplicationProperties
void setApplicationProperties(ApplicationProperties applicationProperties)
Undocumented in source. Be warned that the author may not have intended to support it.
setBody
void setBody(Section body)
Undocumented in source. Be warned that the author may not have intended to support it.
setContentEncoding
void setContentEncoding(String contentEncoding)
Undocumented in source. Be warned that the author may not have intended to support it.
setContentType
void setContentType(String contentType)
Undocumented in source. Be warned that the author may not have intended to support it.
setCorrelationId
void setCorrelationId(String correlationId)
Undocumented in source. Be warned that the author may not have intended to support it.
setCreationTime
void setCreationTime(long creationTime)
Undocumented in source. Be warned that the author may not have intended to support it.
setDeliveryAnnotations
void setDeliveryAnnotations(DeliveryAnnotations deliveryAnnotations)
Undocumented in source. Be warned that the author may not have intended to support it.
setDeliveryCount
void setDeliveryCount(long deliveryCount)
Undocumented in source. Be warned that the author may not have intended to support it.
setDurable
void setDurable(bool durable)
Undocumented in source. Be warned that the author may not have intended to support it.
setExpiryTime
void setExpiryTime(long absoluteExpiryTime)
Undocumented in source. Be warned that the author may not have intended to support it.
setFirstAcquirer
void setFirstAcquirer(bool firstAcquirer)
Undocumented in source. Be warned that the author may not have intended to support it.
setFooter
void setFooter(Footer footer)
Undocumented in source. Be warned that the author may not have intended to support it.
setGroupId
void setGroupId(String groupId)
Undocumented in source. Be warned that the author may not have intended to support it.
setGroupSequence
void setGroupSequence(long groupSequence)
Undocumented in source. Be warned that the author may not have intended to support it.
setHeader
void setHeader(Header header)
Undocumented in source. Be warned that the author may not have intended to support it.
setMessageAnnotations
void setMessageAnnotations(MessageAnnotations messageAnnotations)
Undocumented in source. Be warned that the author may not have intended to support it.
setMessageId
void setMessageId(String messageId)
Undocumented in source. Be warned that the author may not have intended to support it.
setPriority
void setPriority(short priority)
Undocumented in source. Be warned that the author may not have intended to support it.
setProperties
void setProperties(Properties properties)
Undocumented in source. Be warned that the author may not have intended to support it.
setReplyTo
void setReplyTo(String replyTo)
Undocumented in source. Be warned that the author may not have intended to support it.
setReplyToGroupId
void setReplyToGroupId(String replyToGroupId)
Undocumented in source. Be warned that the author may not have intended to support it.
setSubject
void setSubject(String subject)
Undocumented in source. Be warned that the author may not have intended to support it.
setTtl
void setTtl(long ttl)
Undocumented in source. Be warned that the author may not have intended to support it.
setUserId
void setUserId(byte[] userId)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ProtonJMessage

encode2
int encode2(byte[] data, int offset, int length)
Undocumented in source.
encode
int encode(WritableBuffer buffer)
Undocumented in source.

Meta