Searched refs:httpUrl (Results 1 – 1 of 1) sorted by relevance
367 private static String httpGet(Network network, URL httpUrl) throws IOException { in httpGet() argument368 HttpURLConnection connection = (HttpURLConnection) network.openConnection(httpUrl); in httpGet()