#include <qpid/framing/StreamProperties.h>
Definition at line 39 of file StreamProperties.h.
◆ StreamProperties() [1/2]
qpid::framing::StreamProperties::StreamProperties |
( |
const std::string & |
_contentType, |
|
|
const std::string & |
_contentEncoding, |
|
|
const FieldTable & |
_headers, |
|
|
uint8_t |
_priority, |
|
|
uint64_t |
_timestamp |
|
) |
| |
|
inline |
◆ StreamProperties() [2/2]
qpid::framing::StreamProperties::StreamProperties |
( |
| ) |
|
|
inline |
◆ bodySize()
uint32_t qpid::framing::StreamProperties::bodySize |
( |
| ) |
const |
◆ clearContentEncodingFlag()
void qpid::framing::StreamProperties::clearContentEncodingFlag |
( |
| ) |
|
◆ clearContentTypeFlag()
void qpid::framing::StreamProperties::clearContentTypeFlag |
( |
| ) |
|
◆ clearHeadersFlag()
void qpid::framing::StreamProperties::clearHeadersFlag |
( |
| ) |
|
◆ clearPriorityFlag()
void qpid::framing::StreamProperties::clearPriorityFlag |
( |
| ) |
|
◆ clearTimestampFlag()
void qpid::framing::StreamProperties::clearTimestampFlag |
( |
| ) |
|
◆ decode()
void qpid::framing::StreamProperties::decode |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 |
|
) |
| |
◆ decodeStructBody()
void qpid::framing::StreamProperties::decodeStructBody |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 |
|
) |
| |
◆ encode()
void qpid::framing::StreamProperties::encode |
( |
Buffer & |
| ) |
const |
◆ encodedSize()
uint32_t qpid::framing::StreamProperties::encodedSize |
( |
| ) |
const |
◆ encodeStructBody()
void qpid::framing::StreamProperties::encodeStructBody |
( |
Buffer & |
| ) |
const |
◆ getContentEncoding()
const std::string& qpid::framing::StreamProperties::getContentEncoding |
( |
| ) |
const |
◆ getContentType()
const std::string& qpid::framing::StreamProperties::getContentType |
( |
| ) |
const |
◆ getHeaders() [1/2]
FieldTable& qpid::framing::StreamProperties::getHeaders |
( |
| ) |
|
◆ getHeaders() [2/2]
const FieldTable& qpid::framing::StreamProperties::getHeaders |
( |
| ) |
const |
◆ getPriority()
uint8_t qpid::framing::StreamProperties::getPriority |
( |
| ) |
const |
◆ getTimestamp()
uint64_t qpid::framing::StreamProperties::getTimestamp |
( |
| ) |
const |
◆ hasContentEncoding()
bool qpid::framing::StreamProperties::hasContentEncoding |
( |
| ) |
const |
◆ hasContentType()
bool qpid::framing::StreamProperties::hasContentType |
( |
| ) |
const |
◆ hasHeaders()
bool qpid::framing::StreamProperties::hasHeaders |
( |
| ) |
const |
◆ hasPriority()
bool qpid::framing::StreamProperties::hasPriority |
( |
| ) |
const |
◆ hasTimestamp()
bool qpid::framing::StreamProperties::hasTimestamp |
( |
| ) |
const |
◆ print()
void qpid::framing::StreamProperties::print |
( |
std::ostream & |
out | ) |
const |
◆ setContentEncoding()
void qpid::framing::StreamProperties::setContentEncoding |
( |
const std::string & |
_contentEncoding | ) |
|
◆ setContentType()
void qpid::framing::StreamProperties::setContentType |
( |
const std::string & |
_contentType | ) |
|
◆ setHeaders()
void qpid::framing::StreamProperties::setHeaders |
( |
const FieldTable & |
_headers | ) |
|
◆ setPriority()
void qpid::framing::StreamProperties::setPriority |
( |
uint8_t |
_priority | ) |
|
◆ setTimestamp()
void qpid::framing::StreamProperties::setTimestamp |
( |
uint64_t |
_timestamp | ) |
|
◆ TYPE
const uint16_t qpid::framing::StreamProperties::TYPE = 2561 |
|
static |
The documentation for this class was generated from the following file: