Searched refs:httpConnection (Results 1 – 9 of 9) sorted by relevance
43 private AsyncHttpURLConnection httpConnection; field in RoomParametersFetcher70 httpConnection = new AsyncHttpURLConnection( in makeRequest()84 httpConnection.send(); in makeRequest()
223 AsyncHttpURLConnection httpConnection = new AsyncHttpURLConnection( in sendWSSMessage() local234 httpConnection.send(); in sendWSSMessage()
355 AsyncHttpURLConnection httpConnection = new AsyncHttpURLConnection( in sendPostMessage() local377 httpConnection.send(); in sendPostMessage()
47 void update(CacheResponse conditionalCacheHit, HttpURLConnection httpConnection); in update() argument
1756 HttpURLConnection httpConnection = (HttpURLConnection) connection; in readAscii() local1757 InputStream in = httpConnection.getResponseCode() < HttpURLConnection.HTTP_BAD_REQUEST in readAscii()1759 : httpConnection.getErrorStream(); in readAscii()
1809 HttpURLConnection httpConnection = (HttpURLConnection) connection; in readAscii() local1810 InputStream in = httpConnection.getResponseCode() < HttpURLConnection.HTTP_BAD_REQUEST in readAscii()1811 ? connection.getInputStream() : httpConnection.getErrorStream(); in readAscii()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...