#include <doxygen_overview.h>
Public Member Functions | |
| bool | isFromClient () const |
| Session * | getSession () const |
| void | setSession (Session *) |
Combine AMQFrame and AMQBody into a single Frame class. (Existing AMQFrame and AMQBody methods not shown.)
Rationale:
Add getSession()
| bool Frame::isFromClient | ( | ) | const |
If true, this frame was received from the client, else this frame is being sent to the client.
| void Frame::setSession | ( | Session * | ) |
Set the session associated with this frame
1.5.1