Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <FileProperties.h>
Public Member Functions | |
FileProperties (const string &_contentType, const string &_contentEncoding, const FieldTable &_headers, uint8_t _priority, const string &_replyTo, const string &_messageId, const string &_filename, uint64_t _timestamp, const string &_clusterId) | |
FileProperties () | |
void | setContentType (const string &_contentType) |
const string & | getContentType () const |
bool | hasContentType () const |
void | clearContentTypeFlag () |
void | setContentEncoding (const string &_contentEncoding) |
const string & | getContentEncoding () const |
bool | hasContentEncoding () const |
void | clearContentEncodingFlag () |
void | setHeaders (const FieldTable &_headers) |
const FieldTable & | getHeaders () const |
FieldTable & | getHeaders () |
bool | hasHeaders () const |
void | clearHeadersFlag () |
void | setPriority (uint8_t _priority) |
uint8_t | getPriority () const |
bool | hasPriority () const |
void | clearPriorityFlag () |
void | setReplyTo (const string &_replyTo) |
const string & | getReplyTo () const |
bool | hasReplyTo () const |
void | clearReplyToFlag () |
void | setMessageId (const string &_messageId) |
const string & | getMessageId () const |
bool | hasMessageId () const |
void | clearMessageIdFlag () |
void | setFilename (const string &_filename) |
const string & | getFilename () const |
bool | hasFilename () const |
void | clearFilenameFlag () |
void | setTimestamp (uint64_t _timestamp) |
uint64_t | getTimestamp () const |
bool | hasTimestamp () const |
void | clearTimestampFlag () |
void | setClusterId (const string &_clusterId) |
const string & | getClusterId () const |
bool | hasClusterId () const |
void | clearClusterIdFlag () |
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 |
Static Public Attributes | |
static const uint16_t | TYPE = 2305 |
Friends | |
std::ostream & | operator<< (std::ostream &, const FileProperties &) |
Definition at line 37 of file FileProperties.h.
qpid::framing::FileProperties::FileProperties | ( | const string & | _contentType, | |
const string & | _contentEncoding, | |||
const FieldTable & | _headers, | |||
uint8_t | _priority, | |||
const string & | _replyTo, | |||
const string & | _messageId, | |||
const string & | _filename, | |||
uint64_t | _timestamp, | |||
const string & | _clusterId | |||
) | [inline] |
Definition at line 50 of file FileProperties.h.
qpid::framing::FileProperties::FileProperties | ( | ) | [inline] |
Definition at line 80 of file FileProperties.h.
uint32_t qpid::framing::FileProperties::bodySize | ( | ) | const |
void qpid::framing::FileProperties::clearClusterIdFlag | ( | ) |
void qpid::framing::FileProperties::clearContentEncodingFlag | ( | ) |
void qpid::framing::FileProperties::clearContentTypeFlag | ( | ) |
void qpid::framing::FileProperties::clearFilenameFlag | ( | ) |
void qpid::framing::FileProperties::clearHeadersFlag | ( | ) |
void qpid::framing::FileProperties::clearMessageIdFlag | ( | ) |
void qpid::framing::FileProperties::clearPriorityFlag | ( | ) |
void qpid::framing::FileProperties::clearReplyToFlag | ( | ) |
void qpid::framing::FileProperties::clearTimestampFlag | ( | ) |
void qpid::framing::FileProperties::decode | ( | Buffer & | , | |
uint32_t | = 0 | |||
) |
void qpid::framing::FileProperties::decodeStructBody | ( | Buffer & | , | |
uint32_t | = 0 | |||
) |
void qpid::framing::FileProperties::encode | ( | Buffer & | ) | const |
uint32_t qpid::framing::FileProperties::encodedSize | ( | ) | const |
void qpid::framing::FileProperties::encodeStructBody | ( | Buffer & | ) | const |
const string& qpid::framing::FileProperties::getClusterId | ( | ) | const |
const string& qpid::framing::FileProperties::getContentEncoding | ( | ) | const |
const string& qpid::framing::FileProperties::getContentType | ( | ) | const |
const string& qpid::framing::FileProperties::getFilename | ( | ) | const |
FieldTable& qpid::framing::FileProperties::getHeaders | ( | ) |
const FieldTable& qpid::framing::FileProperties::getHeaders | ( | ) | const |
const string& qpid::framing::FileProperties::getMessageId | ( | ) | const |
uint8_t qpid::framing::FileProperties::getPriority | ( | ) | const |
const string& qpid::framing::FileProperties::getReplyTo | ( | ) | const |
uint64_t qpid::framing::FileProperties::getTimestamp | ( | ) | const |
bool qpid::framing::FileProperties::hasClusterId | ( | ) | const |
bool qpid::framing::FileProperties::hasContentEncoding | ( | ) | const |
bool qpid::framing::FileProperties::hasContentType | ( | ) | const |
bool qpid::framing::FileProperties::hasFilename | ( | ) | const |
bool qpid::framing::FileProperties::hasHeaders | ( | ) | const |
bool qpid::framing::FileProperties::hasMessageId | ( | ) | const |
bool qpid::framing::FileProperties::hasPriority | ( | ) | const |
bool qpid::framing::FileProperties::hasReplyTo | ( | ) | const |
bool qpid::framing::FileProperties::hasTimestamp | ( | ) | const |
void qpid::framing::FileProperties::print | ( | std::ostream & | out | ) | const |
void qpid::framing::FileProperties::setClusterId | ( | const string & | _clusterId | ) |
void qpid::framing::FileProperties::setContentEncoding | ( | const string & | _contentEncoding | ) |
void qpid::framing::FileProperties::setContentType | ( | const string & | _contentType | ) |
void qpid::framing::FileProperties::setFilename | ( | const string & | _filename | ) |
void qpid::framing::FileProperties::setHeaders | ( | const FieldTable & | _headers | ) |
void qpid::framing::FileProperties::setMessageId | ( | const string & | _messageId | ) |
void qpid::framing::FileProperties::setPriority | ( | uint8_t | _priority | ) |
void qpid::framing::FileProperties::setReplyTo | ( | const string & | _replyTo | ) |
void qpid::framing::FileProperties::setTimestamp | ( | uint64_t | _timestamp | ) |
std::ostream& operator<< | ( | std::ostream & | , | |
const FileProperties & | ||||
) | [friend] |
const uint16_t qpid::framing::FileProperties::TYPE = 2305 [static] |
Definition at line 49 of file FileProperties.h.