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