Searched refs:clientInputStream (Results 1 – 1 of 1) sorted by relevance
279 InputStream clientInputStream = clientSocket.getInputStream(); in testAvailable() local281 assertEquals(0, clientInputStream.available()); in testAvailable()338 InputStream clientInputStream = clientSocket.getInputStream(); in testFlush() local339 testFlushWorks(serverOutputStream, clientInputStream); in testFlush()