Searched refs:isNonProxyHost (Results 1 – 1 of 1) sorted by relevance
67 && isNonProxyHost(uri.getHost(), System.getProperty(nonProxyHostsKey))) { in selectOneProxy()119 private boolean isNonProxyHost(String host, String nonProxyHosts) { in isNonProxyHost() method in ProxySelectorImpl