Searched refs:serverRunnable (Results 1 – 1 of 1) sorted by relevance
2108 ServerRunnable serverRunnable = createServerRunnable(timeout); in start() local2109 this.myThread = new Thread(serverRunnable); in start()2113 while (!serverRunnable.hasBinded && serverRunnable.bindException == null) { in start()2122 if (serverRunnable.bindException != null) { in start()2123 throw serverRunnable.bindException; in start()