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

/openjdk10/jdk/test/java/nio/channels/Selector/
H A DReadAfterConnect.java36 try (ByteServer server = new ByteServer();
H A DSelectWrite.java37 try (ByteServer server = new ByteServer();
H A DSelectAfterRead.java43 try (ByteServer server = new ByteServer();
62 try (ByteServer server = new ByteServer();
H A DByteServer.java37 public class ByteServer implements Closeable { class in inherits:Closeable
42 ByteServer() throws IOException { method in class:ByteServer

Completed in 42 milliseconds