Searched defs:listeningPort (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sample/chatserver/
H A DChatTest.java42 public static int listeningPort = 0; field in class:ChatTest
57 listeningPort = address.getPort();
70 Socket socket = new Socket("localhost", listeningPort);
82 Socket socket = new Socket("localhost", listeningPort);
357 try (Socket socket = new Socket("localhost", listeningPort);

Completed in 31 milliseconds