#include <Connection.h>
Public Member Functions | |
Connection (Cluster &, sys::ConnectionOutputHandler &out, const std::string &id, MemberId) | |
Local connection, use this in ConnectionId. | |
Connection (Cluster &, sys::ConnectionOutputHandler &out, const std::string &id, ConnectionId) | |
Shadow connection. | |
ConnectionId | getId () const |
bool | isLocal () const |
void | deliver (framing::AMQFrame &f) |
void | deliverClose () |
void | deliverDoOutput (size_t requested) |
void | codecDeleted () |
Cluster & | getCluster () |
void | close () |
void | send (framing::AMQFrame &) |
void | activateOutput () |
virtual size_t | getBuffered () const |
void | received (framing::AMQFrame &) |
void | closed () |
bool | doOutput () |
bool | hasOutput () |
void | idleOut () |
void | idleIn () |
sys::ConnectionInputHandler * | create (sys::ConnectionOutputHandler *out, const std::string &id, bool isClient) |
broker::Connection & | getBrokerConnection () |
Definition at line 44 of file Connection.h.