#include <StompFrame.h>
Public Member Functions | |
StompFrame (void) | |
virtual | ~StompFrame (void) |
virtual StompFrame * | clone (void) const |
void | setCommand (const std::string &cmd) |
const std::string & | getCommand (void) const |
util::Properties & | getProperties (void) |
const util::Properties & | getProperties (void) const |
const char * | getBody (void) const |
int | getBodyLength (void) const |
void | setBody (const char *bytes, const int numBytes) |
Private Attributes | |
std::string | command |
util::SimpleProperties | properties |
const char * | body |
int | bodyLength |
|
Default constructor. |
|
Destruction - frees the memory pool. |
|
Clonse this message exactly, returns a new instance that the caller is required to delete.
|
|
Accessor for the body data of this frame.
|
|
Return the number of bytes contained in this frames body
|
|
Accessor for this frame's command field. |
|
|
|
Gets access to the header properties for this frame.
|
|
Sets the body data of this frame as a byte sequence.
|
|
Sets the command for this stomp frame.
|
|
|
|
|
|
|
|
|