|
| ProxySettings (const std::string &host, uint16_t port) |
|
| ProxySettings (const std::string &username, const std::string &password, const std::string &host, uint16_t port) |
|
virtual void | clear () |
|
std::string | getHost () const |
|
void | setHost (const std::string &host) |
|
uint16_t | getPort () const |
|
void | setPort (uint16_t port) |
|
| Credentials (const std::string &username, const std::string &password) |
|
std::string | getUsername () const |
|
std::string | getPassword () const |
|
void | setUsername (const std::string &username) |
|
void | setPassword (const std::string &password) |
|
bool | hasCredentials () const |
|
std::string | toString () const |
|
|
static const std::string | DEFAULT_PROXY_HOST = "" |
|
static const uint16_t | DEFAULT_PROXY_PORT = 0 |
|
|
std::string | _host |
|
uint16_t | _port |
|
std::string | _username |
|
std::string | _password |
|
The documentation for this class was generated from the following files: