Ejemplo n.º 1
0
 public void closeConnection() {
   stopStreaming();
   if (tcpClient != null) {
     tcpClient.closeConnection();
     tcpClient = null;
   }
 }