LuciadCPillar 2024.0.02
|
This interface allows to select a proxy to use when connecting to network resources. More...
#include <luciad/loaders/IProxySelector.h>
Public Member Functions | |
virtual | ~IProxySelector ()=default |
virtual std::optional< Proxy > | selectProxy (const std::string &uri)=0 |
Select the proxy to use when connecting to the given URI. More... | |
This interface allows to select a proxy to use when connecting to network resources.
Implementations of this interface must be thread-safe.
See also the related guide on How to configure a proxy server.
|
virtualdefault |
|
pure virtual |
Select the proxy to use when connecting to the given URI.
uri | the connection URI. |