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