Searched refs:nonProxyHosts (Results 1 – 1 of 1) sorted by relevance
119 private boolean isNonProxyHost(String host, String nonProxyHosts) { in isNonProxyHost() argument120 if (host == null || nonProxyHosts == null) { in isNonProxyHost()126 for (int i = 0; i < nonProxyHosts.length(); i++) { in isNonProxyHost()127 char c = nonProxyHosts.charAt(i); in isNonProxyHost()