Searched refs:httpUrl (Results 1 – 2 of 2) sorted by relevance
2961 ValidationProperties properties, ProxyInfo proxy, URL httpsUrl, URL httpUrl) { in sendHttpAndHttpsParallelWithFallbackProbes() argument2969 final ProbeThread httpProbe = new ProbeThread(latch, properties, proxy, httpUrl, in sendHttpAndHttpsParallelWithFallbackProbes()
585 private static String httpGet(Network network, URL httpUrl) throws IOException { in httpGet() argument586 HttpURLConnection connection = (HttpURLConnection) network.openConnection(httpUrl); in httpGet()