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