ofxHTTP
A collection of tools for HTTP.
ofx::HTTP::ProxySettings Member List

This is the complete list of members for ofx::HTTP::ProxySettings, including all inherited members.

_host (defined in ofx::HTTP::ProxySettings)ofx::HTTP::ProxySettingsprotected
_password (defined in ofx::HTTP::Credentials)ofx::HTTP::Credentialsprotected
_port (defined in ofx::HTTP::ProxySettings)ofx::HTTP::ProxySettingsprotected
_username (defined in ofx::HTTP::Credentials)ofx::HTTP::Credentialsprotected
clear() (defined in ofx::HTTP::ProxySettings)ofx::HTTP::ProxySettingsvirtual
Credentials() (defined in ofx::HTTP::Credentials)ofx::HTTP::Credentials
Credentials(const std::string &username, const std::string &password) (defined in ofx::HTTP::Credentials)ofx::HTTP::Credentials
DEFAULT_PROXY_HOST (defined in ofx::HTTP::ProxySettings)ofx::HTTP::ProxySettingsstatic
DEFAULT_PROXY_PORT (defined in ofx::HTTP::ProxySettings)ofx::HTTP::ProxySettingsstatic
getHost() const (defined in ofx::HTTP::ProxySettings)ofx::HTTP::ProxySettings
getPassword() const (defined in ofx::HTTP::Credentials)ofx::HTTP::Credentials
getPort() const (defined in ofx::HTTP::ProxySettings)ofx::HTTP::ProxySettings
getUsername() const (defined in ofx::HTTP::Credentials)ofx::HTTP::Credentials
hasCredentials() const (defined in ofx::HTTP::Credentials)ofx::HTTP::Credentials
ProxySettings() (defined in ofx::HTTP::ProxySettings)ofx::HTTP::ProxySettings
ProxySettings(const std::string &host, uint16_t port) (defined in ofx::HTTP::ProxySettings)ofx::HTTP::ProxySettings
ProxySettings(const std::string &username, const std::string &password, const std::string &host, uint16_t port) (defined in ofx::HTTP::ProxySettings)ofx::HTTP::ProxySettings
setHost(const std::string &host) (defined in ofx::HTTP::ProxySettings)ofx::HTTP::ProxySettings
setPassword(const std::string &password) (defined in ofx::HTTP::Credentials)ofx::HTTP::Credentials
setPort(uint16_t port) (defined in ofx::HTTP::ProxySettings)ofx::HTTP::ProxySettings
setUsername(const std::string &username) (defined in ofx::HTTP::Credentials)ofx::HTTP::Credentials
toString() const (defined in ofx::HTTP::Credentials)ofx::HTTP::Credentials
~Credentials() (defined in ofx::HTTP::Credentials)ofx::HTTP::Credentialsvirtual
~ProxySettings() (defined in ofx::HTTP::ProxySettings)ofx::HTTP::ProxySettingsvirtual