Searched refs:readAllAndClose (Results 1 – 5 of 5) sorted by relevance
44 static long readAllAndClose(InputStream in) throws IOException { in readAllAndClose() method in SynchronousHttpClient
68 long total = readAllAndClose(urlConnection.getInputStream()); in run()
69 long total = readAllAndClose(in); in run()
73 long total = readAllAndClose(in); in run()
74 long total = SynchronousHttpClient.readAllAndClose(body.byteStream()); in prepare()