Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <AMQP_ClientProxy.h>
Public Member Functions | |
Cluster (FrameHandler &f) | |
void | send (const AMQBody &) |
ProtocolVersion | getVersion () const |
FrameHandler & | getHandler () |
void | setHandler (FrameHandler &) |
Static Public Member Functions | |
static Cluster & | get (AMQP_ClientProxy &proxy) |
Definition at line 276 of file AMQP_ClientProxy.h.
qpid::framing::AMQP_ClientProxy::AMQP_ClientProxy::Cluster::Cluster | ( | FrameHandler & | f | ) | [inline] |
Definition at line 280 of file AMQP_ClientProxy.h.
static Cluster& qpid::framing::AMQP_ClientProxy::AMQP_ClientProxy::Cluster::get | ( | AMQP_ClientProxy & | proxy | ) | [inline, static] |
Definition at line 281 of file AMQP_ClientProxy.h.
FrameHandler& qpid::framing::Proxy::getHandler | ( | ) | [inherited] |
ProtocolVersion qpid::framing::Proxy::getVersion | ( | ) | const [inherited] |
void qpid::framing::Proxy::send | ( | const AMQBody & | ) | [inherited] |
void qpid::framing::Proxy::setHandler | ( | FrameHandler & | ) | [inherited] |