Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Contains the protocol address of an AMQP broker. More...
#include <qpid/Address.h>
Public Member Functions | |
QPID_COMMON_INLINE_EXTERN | Address (const std::string &protocol_=std::string(), const std::string &host_=std::string(), uint16_t port_=0) |
Public Attributes | |
std::string | protocol |
std::string | host |
uint16_t | port |
Static Public Attributes | |
static const std::string | TCP |
static const uint16_t | AMQP_PORT = 5672 |
Contains the protocol address of an AMQP broker.
QPID_COMMON_INLINE_EXTERN qpid::Address::Address | ( | const std::string & | protocol_ = std::string() , |
const std::string & | host_ = std::string() , |
||
uint16_t | port_ = 0 |
||
) | [inline, explicit] |
const uint16_t qpid::Address::AMQP_PORT = 5672 [static] |
const std::string qpid::Address::TCP [static] |