414415416417418419420421422423424
Thread t = new Thread(client); t.setDaemon(true); t.start(); // test authentication client.testAuth(handler); start = System.nanoTime(); while(!handler.isFinished()) { curr = System.nanoTime(); diff = curr - start;