LuciadCPillar 2023.1.04
luciad::Proxy Class Referencefinal

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...
 

Detailed Description

Represents the proxy server.

Since
2022.0

Constructor & Destructor Documentation

◆ Proxy()

luciad::Proxy::Proxy ( std::string  host,
int32_t  port 
)

Constructs the proxy server info.

Parameters
hostthe proxy host.
portthe port of the proxy. If defined, this is a strict positive integer.

Member Function Documentation

◆ getHost()

const std::string & luciad::Proxy::getHost ( ) const

Returns the proxy host.

Returns
the proxy host.

◆ getPort()

int32_t luciad::Proxy::getPort ( ) const

Returns the proxy port.

If defined, this is a strict positive integer.

Returns
the proxy port.