proxySelector
Set the proxy selection policy to be used.
The default behavior is to respect common proxy system properties and environment variables.
JVM System Properties:
http.proxyHosthttp.proxyPorthttps.proxyHosthttps.proxyPorthttp.nonProxyHostshttp.noProxyHosts
Environment variables in the given order:
http_proxy,HTTP_PROXYhttps_proxy,HTTPS_PROXYno_proxy,NO_PROXY
Disabling proxy selection explicitly by using ProxySelector.NoProxy
proxySelector = ProxySelector.NoProxyContent copied to clipboard