#include <ConnectionSettings.h>
Public Member Functions | |
virtual void | configurePosixTcpSocket (int fd) const |
Applies any tcp specific options to the sockets file descriptor. | |
void | parse (int argc, char **argv) |
Parse options from command line arguments (will throw exception if arguments cannot be parsed). | |
Public Attributes | |
std::string | host |
uint16_t | port |
std::string | virtualhost |
std::string | clientid |
std::string | username |
std::string | password |
std::string | mechanism |
std::string | locale |
uint16_t | heartbeat |
uint16_t | maxChannels |
uint16_t | maxFrameSize |
uint | bounds |
bool | tcpNoDelay |
log::Options | log |