Uses of Class
com.cognite.client.config.ProxyConfig
-
Packages that use ProxyConfig Package Description com.cognite.client.config -
-
Uses of ProxyConfig in com.cognite.client.config
Methods in com.cognite.client.config that return ProxyConfig Modifier and Type Method Description abstract ProxyConfigProxyConfig.Builder. build()abstract ProxyConfigClientConfig. getProxyConfig()static ProxyConfigProxyConfig. of(Proxy proxy)ProxyConfigProxyConfig. withPassword(String password)Configures the proxy server authentication password.ProxyConfigProxyConfig. withUsername(String username)Configures the proxy server authentication username.Methods in com.cognite.client.config with parameters of type ProxyConfig Modifier and Type Method Description ClientConfigClientConfig. withProxyConfig(ProxyConfig proxyConfig)Specifies the proxy server configuration.
-