Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/framing/FragmentProperties.h>
Public Member Functions | |
FragmentProperties (bool _first, bool _last, uint64_t _fragmentSize) | |
FragmentProperties () | |
void | setFirst (bool _first) |
bool | getFirst () const |
void | setLast (bool _last) |
bool | getLast () const |
void | setFragmentSize (uint64_t _fragmentSize) |
uint64_t | getFragmentSize () const |
bool | hasFragmentSize () const |
void | clearFragmentSizeFlag () |
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 = 1026 |
Friends | |
std::ostream & | operator<< (std::ostream &, const FragmentProperties &) |
Definition at line 38 of file FragmentProperties.h.
qpid::framing::FragmentProperties::FragmentProperties | ( | bool | _first, | |
bool | _last, | |||
uint64_t | _fragmentSize | |||
) | [inline] |
qpid::framing::FragmentProperties::FragmentProperties | ( | ) | [inline] |
Definition at line 53 of file FragmentProperties.h.
uint32_t qpid::framing::FragmentProperties::bodySize | ( | ) | const |
void qpid::framing::FragmentProperties::clearFragmentSizeFlag | ( | ) |
void qpid::framing::FragmentProperties::encode | ( | Buffer & | ) | const |
uint32_t qpid::framing::FragmentProperties::encodedSize | ( | ) | const |
void qpid::framing::FragmentProperties::encodeStructBody | ( | Buffer & | ) | const |
bool qpid::framing::FragmentProperties::getFirst | ( | ) | const |
uint64_t qpid::framing::FragmentProperties::getFragmentSize | ( | ) | const |
bool qpid::framing::FragmentProperties::getLast | ( | ) | const |
bool qpid::framing::FragmentProperties::hasFragmentSize | ( | ) | const |
void qpid::framing::FragmentProperties::print | ( | std::ostream & | out | ) | const |
void qpid::framing::FragmentProperties::setFirst | ( | bool | _first | ) |
Referenced by FragmentProperties().
void qpid::framing::FragmentProperties::setFragmentSize | ( | uint64_t | _fragmentSize | ) |
void qpid::framing::FragmentProperties::setLast | ( | bool | _last | ) |
Referenced by FragmentProperties().
std::ostream& operator<< | ( | std::ostream & | , | |
const FragmentProperties & | ||||
) | [friend] |
const uint16_t qpid::framing::FragmentProperties::TYPE = 1026 [static] |
Definition at line 42 of file FragmentProperties.h.