Пример #1
0
 /** Cleanly shut down the <code>Receiver</code>. */
 public void shutdown() {
   // Close the socket wrapper first as that needs to use the socket.
   m_socketWrapper.close();
   super.shutdown();
 }