Searched defs:conn (Results 1 – 4 of 4) sorted by relevance
357 InputStream getConnectionInputStream(HttpURLConnection conn) throws IOException { in getConnectionInputStream()365 OutputStream getConnectionOutputStream(HttpURLConnection conn) throws IOException { in getConnectionOutputStream()
365 HttpURLConnection conn = createConnection(new URL(getUrl()), "POST", mContentType); in run() local420 HttpURLConnection conn = createConnection(url, "GET", null); in getRemoteUrlStream() local444 InputStream getConnectionInputStream(HttpURLConnection conn) throws IOException { in getConnectionInputStream()451 OutputStream getConnectionOutputStream(HttpURLConnection conn) throws IOException { in getConnectionOutputStream()
127 HttpURLConnection conn = helper.createJsonConnection( in postResults() local
201 def _process_connection(self, conn, event_handler): argument