Searched refs:proxyList (Results 1 – 1 of 1) sorted by relevance
117 List<java.net.Proxy> proxyList = proxySelector.select(uri); in getProxy() local119 if (proxyList.size() > 0) { in getProxy()120 return proxyList.get(0); in getProxy()