|
LuciadCPillar 2025.0.07
|
Represents the proxy server. More...
#include <luciad/loaders/IProxySelector.h>
Public Member Functions | |
| Proxy (std::string host, int32_t port) | |
| Constructs the proxy server info. More... | |
| const std::string & | getHost () const |
| Returns the proxy host. More... | |
| int32_t | getPort () const |
| Returns the proxy port. More... | |
Represents the proxy server.
| luciad::Proxy::Proxy | ( | std::string | host, |
| int32_t | port | ||
| ) |
Constructs the proxy server info.
| host | the proxy host. |
| port | the port of the proxy. If defined, this is a strict positive integer. |
| const std::string & luciad::Proxy::getHost | ( | ) | const |
Returns the proxy host.
| int32_t luciad::Proxy::getPort | ( | ) | const |
Returns the proxy port.
If defined, this is a strict positive integer.