/**
  * Try to connect to the remote host.
  *
  * @throws IOException
  */
 protected void connect() throws IOException {
   // Connect to the remote HC
   connectionManager.connect();
 }