Home | History | Annotate | Download | only in net

Lines Matching refs:serverThread

59     private class ServerThread implements Runnable {
121 ServerThread server = new ServerThread();
123 Thread serverThread = new Thread(server);
124 serverThread.start();
131 serverThread.join();
382 connectTestImpl(ServerThread.FIRST_TIME);
383 connectTestImpl(ServerThread.SECOND_TIME);