Пример #1
0
 /**
  * Guarantees that the connection to the remote host is closed and releases ressources allocated
  * to the connection.
  */
 protected synchronized void disconnect() {
   if (remoteConnection != null) {
     remoteConnection.disconnect();
   }
 }