Searched defs:connection (Results 1 – 5 of 5) sorted by relevance
168 def diagnose_failure(self, connection): argument
124 def diagnose_failure(self, session, connection): argument
217 def _release_working_connection(self, connection): argument
266 HttpURLConnection connection = helper.createConnection(new URL(mUrl), "POST", "text"); in sendToClearcut() local
161 HttpURLConnection connection = (HttpURLConnection) url.openConnection(); in createConnection() local