Uses of Class
org.eclipse.ecf.protocol.bittorrent.Torrent

Packages that use Torrent
org.eclipse.ecf.protocol.bittorrent Provides an API to allow files to be exchanged through the BitTorrent protocol. 
 

Uses of Torrent in org.eclipse.ecf.protocol.bittorrent
 

Methods in org.eclipse.ecf.protocol.bittorrent that return Torrent
static Torrent TorrentFactory.createTorrent(TorrentFile file)
          Creates a Torrent from the provided TorrentFile.
static Torrent[] TorrentFactory.getSavedTorrents()
          Gets all of the torrents that has been opened thus far based on where the state information has been saved as set by TorrentConfiguration.setConfigurationPath(File).