#include <qpid/framing/MessageProperties.h>
|
| | MessageProperties (uint64_t _contentLength, const Uuid &_messageId, const std::string &_correlationId, const ReplyTo &_replyTo, const std::string &_contentType, const std::string &_contentEncoding, const std::string &_userId, const std::string &_appId, const FieldTable &_applicationHeaders) |
| |
| | MessageProperties () |
| |
| void | setContentLength (uint64_t _contentLength) |
| |
| uint64_t | getContentLength () const |
| |
| bool | hasContentLength () const |
| |
| void | clearContentLengthFlag () |
| |
| void | setMessageId (const Uuid &_messageId) |
| |
| const Uuid & | getMessageId () const |
| |
| bool | hasMessageId () const |
| |
| void | clearMessageIdFlag () |
| |
| void | setCorrelationId (const std::string &_correlationId) |
| |
| const std::string & | getCorrelationId () const |
| |
| bool | hasCorrelationId () const |
| |
| void | clearCorrelationIdFlag () |
| |
| void | setReplyTo (const ReplyTo &_replyTo) |
| |
| const ReplyTo & | getReplyTo () const |
| |
| bool | hasReplyTo () const |
| |
| void | clearReplyToFlag () |
| |
| void | setContentType (const std::string &_contentType) |
| |
| const std::string & | getContentType () const |
| |
| bool | hasContentType () const |
| |
| void | clearContentTypeFlag () |
| |
| void | setContentEncoding (const std::string &_contentEncoding) |
| |
| const std::string & | getContentEncoding () const |
| |
| bool | hasContentEncoding () const |
| |
| void | clearContentEncodingFlag () |
| |
| void | setUserId (const std::string &_userId) |
| |
| const std::string & | getUserId () const |
| |
| bool | hasUserId () const |
| |
| void | clearUserIdFlag () |
| |
| void | setAppId (const std::string &_appId) |
| |
| const std::string & | getAppId () const |
| |
| bool | hasAppId () const |
| |
| void | clearAppIdFlag () |
| |
| void | setApplicationHeaders (const FieldTable &_applicationHeaders) |
| |
| const FieldTable & | getApplicationHeaders () const |
| |
| FieldTable & | getApplicationHeaders () |
| |
| bool | hasApplicationHeaders () const |
| |
| void | clearApplicationHeadersFlag () |
| |
| void | encode (Buffer &) const |
| |
| void | decode (Buffer &, uint32_t=0) |
| |
| void | encodeStructBody (Buffer &) const |
| |
| void | decodeStructBody (Buffer &, uint32_t=0) |
| |
| uint32_t | encodedSize () const |
| |
| uint32_t | bodySize () const |
| |
| void | print (std::ostream &out) const |
| |
Definition at line 40 of file MessageProperties.h.
◆ MessageProperties() [1/2]
| qpid::framing::MessageProperties::MessageProperties |
( |
uint64_t |
_contentLength, |
|
|
const Uuid & |
_messageId, |
|
|
const std::string & |
_correlationId, |
|
|
const ReplyTo & |
_replyTo, |
|
|
const std::string & |
_contentType, |
|
|
const std::string & |
_contentEncoding, |
|
|
const std::string & |
_userId, |
|
|
const std::string & |
_appId, |
|
|
const FieldTable & |
_applicationHeaders |
|
) |
| |
|
inline |
◆ MessageProperties() [2/2]
| qpid::framing::MessageProperties::MessageProperties |
( |
| ) |
|
|
inline |
◆ bodySize()
| uint32_t qpid::framing::MessageProperties::bodySize |
( |
| ) |
const |
◆ clearAppIdFlag()
| void qpid::framing::MessageProperties::clearAppIdFlag |
( |
| ) |
|
◆ clearApplicationHeadersFlag()
| void qpid::framing::MessageProperties::clearApplicationHeadersFlag |
( |
| ) |
|
◆ clearContentEncodingFlag()
| void qpid::framing::MessageProperties::clearContentEncodingFlag |
( |
| ) |
|
◆ clearContentLengthFlag()
| void qpid::framing::MessageProperties::clearContentLengthFlag |
( |
| ) |
|
◆ clearContentTypeFlag()
| void qpid::framing::MessageProperties::clearContentTypeFlag |
( |
| ) |
|
◆ clearCorrelationIdFlag()
| void qpid::framing::MessageProperties::clearCorrelationIdFlag |
( |
| ) |
|
◆ clearMessageIdFlag()
| void qpid::framing::MessageProperties::clearMessageIdFlag |
( |
| ) |
|
◆ clearReplyToFlag()
| void qpid::framing::MessageProperties::clearReplyToFlag |
( |
| ) |
|
◆ clearUserIdFlag()
| void qpid::framing::MessageProperties::clearUserIdFlag |
( |
| ) |
|
◆ decode()
| void qpid::framing::MessageProperties::decode |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 |
|
) |
| |
◆ decodeStructBody()
| void qpid::framing::MessageProperties::decodeStructBody |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 |
|
) |
| |
◆ encode()
| void qpid::framing::MessageProperties::encode |
( |
Buffer & |
| ) |
const |
◆ encodedSize()
| uint32_t qpid::framing::MessageProperties::encodedSize |
( |
| ) |
const |
◆ encodeStructBody()
| void qpid::framing::MessageProperties::encodeStructBody |
( |
Buffer & |
| ) |
const |
◆ getAppId()
| const std::string& qpid::framing::MessageProperties::getAppId |
( |
| ) |
const |
◆ getApplicationHeaders() [1/2]
| const FieldTable& qpid::framing::MessageProperties::getApplicationHeaders |
( |
| ) |
const |
◆ getApplicationHeaders() [2/2]
| FieldTable& qpid::framing::MessageProperties::getApplicationHeaders |
( |
| ) |
|
◆ getContentEncoding()
| const std::string& qpid::framing::MessageProperties::getContentEncoding |
( |
| ) |
const |
◆ getContentLength()
| uint64_t qpid::framing::MessageProperties::getContentLength |
( |
| ) |
const |
◆ getContentType()
| const std::string& qpid::framing::MessageProperties::getContentType |
( |
| ) |
const |
◆ getCorrelationId()
| const std::string& qpid::framing::MessageProperties::getCorrelationId |
( |
| ) |
const |
◆ getMessageId()
| const Uuid& qpid::framing::MessageProperties::getMessageId |
( |
| ) |
const |
◆ getReplyTo()
| const ReplyTo& qpid::framing::MessageProperties::getReplyTo |
( |
| ) |
const |
◆ getUserId()
| const std::string& qpid::framing::MessageProperties::getUserId |
( |
| ) |
const |
◆ hasAppId()
| bool qpid::framing::MessageProperties::hasAppId |
( |
| ) |
const |
◆ hasApplicationHeaders()
| bool qpid::framing::MessageProperties::hasApplicationHeaders |
( |
| ) |
const |
◆ hasContentEncoding()
| bool qpid::framing::MessageProperties::hasContentEncoding |
( |
| ) |
const |
◆ hasContentLength()
| bool qpid::framing::MessageProperties::hasContentLength |
( |
| ) |
const |
◆ hasContentType()
| bool qpid::framing::MessageProperties::hasContentType |
( |
| ) |
const |
◆ hasCorrelationId()
| bool qpid::framing::MessageProperties::hasCorrelationId |
( |
| ) |
const |
◆ hasMessageId()
| bool qpid::framing::MessageProperties::hasMessageId |
( |
| ) |
const |
◆ hasReplyTo()
| bool qpid::framing::MessageProperties::hasReplyTo |
( |
| ) |
const |
◆ hasUserId()
| bool qpid::framing::MessageProperties::hasUserId |
( |
| ) |
const |
◆ print()
| void qpid::framing::MessageProperties::print |
( |
std::ostream & |
out | ) |
const |
◆ setAppId()
| void qpid::framing::MessageProperties::setAppId |
( |
const std::string & |
_appId | ) |
|
◆ setApplicationHeaders()
| void qpid::framing::MessageProperties::setApplicationHeaders |
( |
const FieldTable & |
_applicationHeaders | ) |
|
◆ setContentEncoding()
| void qpid::framing::MessageProperties::setContentEncoding |
( |
const std::string & |
_contentEncoding | ) |
|
◆ setContentLength()
| void qpid::framing::MessageProperties::setContentLength |
( |
uint64_t |
_contentLength | ) |
|
◆ setContentType()
| void qpid::framing::MessageProperties::setContentType |
( |
const std::string & |
_contentType | ) |
|
◆ setCorrelationId()
| void qpid::framing::MessageProperties::setCorrelationId |
( |
const std::string & |
_correlationId | ) |
|
◆ setMessageId()
| void qpid::framing::MessageProperties::setMessageId |
( |
const Uuid & |
_messageId | ) |
|
◆ setReplyTo()
| void qpid::framing::MessageProperties::setReplyTo |
( |
const ReplyTo & |
_replyTo | ) |
|
◆ setUserId()
| void qpid::framing::MessageProperties::setUserId |
( |
const std::string & |
_userId | ) |
|
◆ operator<<
◆ TYPE
| const uint16_t qpid::framing::MessageProperties::TYPE = 1027 |
|
static |
The documentation for this class was generated from the following file: