Esempio n. 1
0
 public void stopUdpConnector() throws Exception {
   if (udpConnector == null) {
     return;
   }
   udpConnector.stop();
 }