コード例 #1
0
 /** Shutdown the connection */
 public void shutdown() {
   if (!_shutdown) {
     _transport.shutdown();
     _shutdown = true;
     interrupt();
   }
 }