Searched refs:hostsPool (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/spi/
H A DDefaultProxySelector.java117 RegexpPool hostsPool; field in class:DefaultProxySelector.NonProxyInfo
126 hostsPool = pool;
250 nprop.hostsPool = null;
269 nprop.hostsPool = pool;
273 if (nprop.hostsPool != null &&
274 nprop.hostsPool.match(urlhost) != null) {

Completed in 276 milliseconds