Home
last modified time | relevance | path

Searched refs:SilentServer (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DConcurrentCloseTest.java103 SilentServer ss = new SilentServer(); in test_read()
118 SilentServer ss = new SilentServer(); in test_read_multiple()
175 final SilentServer ss = new SilentServer(128); // Minimal receive buffer size. in test_write()
208 static class SilentServer { class in ConcurrentCloseTest
212 public SilentServer() throws IOException { in SilentServer() method in ConcurrentCloseTest.SilentServer
216 public SilentServer(int receiveBufferSize) throws IOException { in SilentServer() method in ConcurrentCloseTest.SilentServer