Exemplo n.º 1
0
 public void abortAndRemovePerfmanently() throws IOException {
   for (DownloadConnection c : connections.values()) {
     if (c.isConnected()) {
       c.sendGracefulClose();
     }
   }
   storage.removePermanently(root);
 }