Package org.eclipse.ecf.protocol.bittorrent.internal.net

Examples of org.eclipse.ecf.protocol.bittorrent.internal.net.TorrentManager$SpeedMonitoringThread


   * @throws IOException
   *             If an I/O error occurs whilst creating or hooking up with the
   *             files associated with the torrent
   */
  Torrent(TorrentFile torrent, Properties properties) throws IOException {
    manager = new TorrentManager(torrent, properties);
    infoHash = torrent.getInfoHash();
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ecf.protocol.bittorrent.internal.net.TorrentManager$SpeedMonitoringThread

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.