sun.net.spi.nameservice | |
sun.net.spi.nameservice.dns |
DefaultProxySelector | Supports proxy settings using system properties This proxy selector provides backward compatibility with the old http protocol handler as far as how proxy is set Most of the implementation copied from the old http protocol handler Supports http/https/ftp.proxyHost, http/https/ftp.proxyPort, proxyHost, proxyPort, and http/https/ftp.nonProxyHost, and socks. | code | html |
DefaultProxySelector.NonProxyInfo | How to deal with "non proxy hosts": since we do have to generate a RegexpPool we don't want to do that if it's not necessary. | code | html |