Searched refs:targetURL (Results 1 – 1 of 1) sorted by relevance
86 URL targetURL = new URL("http://www.google.com/generate_204"); in httpRequest() local87 urlConnection = (HttpURLConnection) targetURL.openConnection(); in httpRequest()