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

/openjdk7/jdk/test/java/net/Socket/
H A DLingerTest.java71 static class Another implements Runnable { class in class:LingerTest
76 public Another(int port, long delay) { method in class:LingerTest.Another
82 System.out.println ("Another starts");
94 System.out.println ("Another ends");
119 Another another = new Another(ss.getLocalPort(), 5000);
135 throw new RuntimeException("Another thread is blocked");

Completed in 28 milliseconds