Esempio n. 1
0
 public void stop() throws IOException {
   if (tcpServerTransport != null) {
     tcpServerTransport.close();
   }
 }
Esempio n. 2
0
 public boolean isRunning() {
   return tcpServerTransport != null && tcpServerTransport.isRunning();
 }