Home
last modified time | relevance | path

Searched refs:nonProxyHostsKey (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/net/
DProxySelectorImpl.java46 String nonProxyHostsKey = null; in selectOneProxy() local
50 nonProxyHostsKey = "http.nonProxyHosts"; in selectOneProxy()
54 nonProxyHostsKey = "https.nonProxyHosts"; // RI doesn't support this in selectOneProxy()
58 nonProxyHostsKey = "ftp.nonProxyHosts"; in selectOneProxy()
66 if (nonProxyHostsKey != null in selectOneProxy()
67 && isNonProxyHost(uri.getHost(), System.getProperty(nonProxyHostsKey))) { in selectOneProxy()