Searched refs:createJsonConnection (Results 1 – 3 of 3) sorted by relevance
193 public HttpURLConnection createJsonConnection(URL url, String method) throws IOException; in createJsonConnection() method
187 public HttpURLConnection createJsonConnection(URL url, String method) throws IOException { in createJsonConnection() method in HttpHelper
169 HttpURLConnection conn = helper.createJsonConnection( in postResults()