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

/openjdk9/jdk/test/java/net/DatagramSocket/SetDatagramSocketImplFactory/
H A DADatagramSocket.java45 QuoteServerThread server = new QuoteServerThread();
71 class QuoteServerThread extends Thread { class in inherits:Thread
76 public QuoteServerThread() throws IOException { method in class:QuoteServerThread
77 this("QuoteServerThread");
80 public QuoteServerThread(String name) throws IOException { method in class:QuoteServerThread

Completed in 37 milliseconds