qpid::Address Struct Reference
Contains the protocol address of an AMQP broker.
More...
#include <qpid/Address.h>
List of all members.
Public Member Functions |
| 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 |
Detailed Description
Contains the protocol address of an AMQP broker.
Definition at line 34 of file Address.h.
Constructor & Destructor Documentation
qpid::Address::Address |
( |
const std::string & |
protocol_ = std::string() , |
|
|
const std::string & |
host_ = std::string() , |
|
|
uint16_t |
port_ = 0 | |
|
) |
| | [inline, explicit] |
Member Data Documentation
The documentation for this struct was generated from the following file: