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