Ejemplo n.º 1
0
 public void stop() {
   Util.close(sock);
   sock = null;
   receiver = null;
   super.stop();
 }