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

/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpServer.java481 private void readCRLF(InputStream is) throws IOException { method in class:HttpServer.ServerWorker
498 readCRLF(is); // CRLF at end of chunk
500 readCRLF(is); // CRLF at end of Chunked Stream.
/openjdk7/jdk/test/sun/net/www/httptest/
H A DHttpServer.java296 private void readCRLF(InputStream is) throws IOException { method in class:HttpServer.Server
313 readCRLF(is); // CRLF at end of chunk
315 readCRLF(is); // CRLF at end of Chunked Stream.

Completed in 348 milliseconds