qpid::framing::StreamProperties Class Reference
#include <qpid/framing/StreamProperties.h>
List of all members.
Detailed Description
Definition at line 38 of file StreamProperties.h.
Constructor & Destructor Documentation
qpid::framing::StreamProperties::StreamProperties |
( |
const string & |
_contentType, |
|
|
const string & |
_contentEncoding, |
|
|
const FieldTable & |
_headers, |
|
|
uint8_t |
_priority, |
|
|
uint64_t |
_timestamp | |
|
) |
| | [inline] |
qpid::framing::StreamProperties::StreamProperties |
( |
|
) |
[inline] |
Member Function Documentation
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 string& qpid::framing::StreamProperties::getContentEncoding |
( |
|
) |
const |
const string& qpid::framing::StreamProperties::getContentType |
( |
|
) |
const |
FieldTable& qpid::framing::StreamProperties::getHeaders |
( |
|
) |
|
const FieldTable& qpid::framing::StreamProperties::getHeaders |
( |
|
) |
const |
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 string & |
_contentEncoding |
) |
|
void qpid::framing::StreamProperties::setContentType |
( |
const 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 |
) |
|
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: