Searched refs:readAsciiUntilCrlf (Results 1 - 1 of 1) sorted by relevance

/libcore/support/src/test/java/tests/http/
H A DMockWebServer.java335 request = readAsciiUntilCrlf(in);
347 while (!(header = readAsciiUntilCrlf(in)).isEmpty()) {
368 int chunkSize = Integer.parseInt(readAsciiUntilCrlf(in).trim(), 16);
451 private String readAsciiUntilCrlf(InputStream in) throws IOException { method in class:MockWebServer
467 String line = readAsciiUntilCrlf(in);

Completed in 131 milliseconds