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