Uses of Interface
com.biglybt.pif.torrent.Torrent
-
-
Uses of Torrent in com.biglybt.core.content
Methods in com.biglybt.core.content that return Torrent Modifier and Type Method Description Torrent
Content. getTorrent()
-
Uses of Torrent in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return Torrent Modifier and Type Method Description protected Torrent
LightWeightSeed. getTorrent()
Torrent
LWSDownload. getTorrent()
-
Uses of Torrent in com.biglybt.core.subs.impl
Methods in com.biglybt.core.subs.impl with parameters of type Torrent Modifier and Type Method Description protected boolean
SubscriptionManagerImpl. shouldAutoStart(Torrent torrent)
-
Uses of Torrent in com.biglybt.core.util
Methods in com.biglybt.core.util with parameters of type Torrent Modifier and Type Method Description static java.lang.String
UrlUtils. getMagnetURI(Torrent torrent)
static java.lang.String
UrlUtils. getMagnetURI(java.lang.String name, Torrent torrent)
static java.lang.String
UrlUtils. getMagnetURI(java.lang.String name, Torrent torrent, java.lang.String[] networks)
-
Uses of Torrent in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return Torrent Modifier and Type Method Description Torrent
Download. getTorrent()
Each download has a corresponding torrentTorrent
DownloadStub. getTorrent()
Methods in com.biglybt.pif.download with parameters of type Torrent Modifier and Type Method Description Download
DownloadManager. addDownload(Torrent torrent)
Add a torrent from a "Torrent" object.Download
DownloadManager. addDownload(Torrent torrent, java.io.File torrent_location, java.io.File data_location)
Add a torrent from a "Torrent" object and point it at the data location.Download
DownloadManager. addDownloadStopped(Torrent torrent, java.io.File torrent_location, java.io.File data_location)
Explicit way of adding a download in a stopped stateDownload
DownloadManager. addNonPersistentDownload(Torrent torrent, java.io.File torrent_location, java.io.File data_location)
Add a non-persistent download.Download
DownloadManager. addNonPersistentDownloadStopped(Torrent torrent, java.io.File torrent_location, java.io.File data_location)
Download
DownloadManager. getDownload(Torrent torrent)
Gets the download for a particular torrent, returns null if not found -
Uses of Torrent in com.biglybt.pif.sharing
Methods in com.biglybt.pif.sharing that return Torrent Modifier and Type Method Description Torrent
ShareItem. getTorrent()
-
Uses of Torrent in com.biglybt.pif.torrent
Methods in com.biglybt.pif.torrent that return Torrent Modifier and Type Method Description Torrent
TorrentManager. createFromBEncodedData(byte[] data)
decodes a torrent encoded using the normal "bencoding" rules from a byte arrayTorrent
TorrentManager. createFromBEncodedData(byte[] data, int preserve)
decodes a torrent encoded using the normal "bencoding" rules from a byte arrayTorrent
TorrentManager. createFromBEncodedFile(java.io.File file)
decodes a torrent encoded using the normal "bencoding" rules from a fileTorrent
TorrentManager. createFromBEncodedFile(java.io.File file, boolean for_seeding)
decodes a torrent encoded using the normal "bencoding" rules from a file but discards the piece hashes to save memory.Torrent
TorrentManager. createFromBEncodedFile(java.io.File file, int preserve)
decodes a torrent encoded using the normal "bencoding" rules from a fileTorrent
TorrentManager. createFromBEncodedInputStream(java.io.InputStream data)
decodes a torrent encoded using the normal "bencoding" rules from an InputStreamTorrent
TorrentManager. createFromBEncodedInputStream(java.io.InputStream data, int preserve)
decodes a torrent encoded using the normal "bencoding" rules from an InputStreamTorrent
TorrentManager. createFromDataFile(java.io.File data, java.net.URL announce_url)
creates a new torrent from an input fileTorrent
TorrentManager. createFromDataFile(java.io.File data, java.net.URL announce_url, boolean include_other_hashes)
Torrent
TorrentDownloader. download()
Downloads and prompts the user/guesses the torrent encodingTorrent
TorrentDownloader. download(java.lang.String encoding)
Downloads and tries to use the supplied encoding.Torrent
Torrent. getClone()
Torrent
TorrentOptions. getTorrent()
Torrent
Torrent. removeAdditionalProperties()
Removal all non-standard properties (excluding plugin-properties below)Methods in com.biglybt.pif.torrent with parameters of type Torrent Modifier and Type Method Description void
TorrentCreatorListener. complete(Torrent torrent)
-
Uses of Torrent in com.biglybt.pif.tracker
Methods in com.biglybt.pif.tracker that return Torrent Modifier and Type Method Description Torrent
TrackerTorrent. getTorrent()
Methods in com.biglybt.pif.tracker with parameters of type Torrent Modifier and Type Method Description TrackerTorrent
Tracker. getTorrent(Torrent torrent)
TrackerTorrent
Tracker. host(Torrent torrent, boolean persistent)
TrackerTorrent
Tracker. host(Torrent torrent, boolean persistent, boolean passive)
TrackerTorrent
Tracker. publish(Torrent torrent)
-
Uses of Torrent in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui with parameters of type Torrent Modifier and Type Method Description void
UIManager. openTorrent(Torrent torrent)
-
Uses of Torrent in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return Torrent Modifier and Type Method Description static Torrent
PluginCoreUtils. wrap(TOTorrent t)
Methods in com.biglybt.pifimpl.local with parameters of type Torrent Modifier and Type Method Description static TOTorrent
PluginCoreUtils. unwrap(Torrent t)
-
Uses of Torrent in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download that return Torrent Modifier and Type Method Description Torrent
DownloadImpl. getTorrent()
Torrent
DownloadStubImpl. getTorrent()
Methods in com.biglybt.pifimpl.local.download with parameters of type Torrent Modifier and Type Method Description Download
DownloadManagerImpl. addDownload(Torrent torrent)
Download
DownloadManagerImpl. addDownload(Torrent torrent, java.io.File torrent_file, java.io.File data_location)
Download
DownloadManagerImpl. addDownload(Torrent torrent, java.io.File torrent_file, java.io.File data_location, int initial_state)
Download
DownloadManagerImpl. addDownloadStopped(Torrent torrent, java.io.File torrent_location, java.io.File data_location)
Download
DownloadManagerImpl. addNonPersistentDownload(Torrent torrent, java.io.File torrent_file, java.io.File data_location)
Download
DownloadManagerImpl. addNonPersistentDownloadStopped(Torrent torrent, java.io.File torrent_file, java.io.File data_location)
Download
DownloadManagerImpl. getDownload(Torrent _torrent)
-
Uses of Torrent in com.biglybt.pifimpl.local.sharing
Fields in com.biglybt.pifimpl.local.sharing declared as Torrent Modifier and Type Field Description protected Torrent
ShareItemImpl. torrent
Methods in com.biglybt.pifimpl.local.sharing that return Torrent Modifier and Type Method Description Torrent
ShareItemImpl. getTorrent()
Methods in com.biglybt.pifimpl.local.sharing with parameters of type Torrent Modifier and Type Method Description protected void
ShareItemImpl. setTorrent(Torrent _torrent)
Constructors in com.biglybt.pifimpl.local.sharing with parameters of type Torrent Constructor Description ShareItemImpl(ShareResourceImpl _resource, byte[] _fingerprint, Torrent _torrent)
-
Uses of Torrent in com.biglybt.pifimpl.local.torrent
Classes in com.biglybt.pifimpl.local.torrent that implement Torrent Modifier and Type Class Description class
TorrentImpl
Methods in com.biglybt.pifimpl.local.torrent that return Torrent Modifier and Type Method Description Torrent
TorrentManagerImpl. createFromBEncodedData(byte[] data)
Torrent
TorrentManagerImpl. createFromBEncodedData(byte[] data, int preserve)
Torrent
TorrentManagerImpl. createFromBEncodedFile(java.io.File file)
Torrent
TorrentManagerImpl. createFromBEncodedFile(java.io.File file, boolean for_seeding)
Torrent
TorrentManagerImpl. createFromBEncodedFile(java.io.File file, int preserve)
Torrent
TorrentManagerImpl. createFromBEncodedInputStream(java.io.InputStream data)
Torrent
TorrentManagerImpl. createFromBEncodedInputStream(java.io.InputStream data, int preserve)
Torrent
TorrentManagerImpl. createFromDataFile(java.io.File data, java.net.URL announce_url)
Torrent
TorrentManagerImpl. createFromDataFile(java.io.File data, java.net.URL announce_url, boolean include_other_hashes)
Torrent
TorrentDownloaderImpl. download()
Torrent
TorrentDownloaderImpl. download(java.lang.String encoding)
private Torrent
TorrentDownloaderImpl. downloadSupport(ResourceDownloader downloader)
Torrent
TorrentImpl. getClone()
Torrent
TorrentManagerImpl.TorrentOptionsImpl. getTorrent()
Torrent
TorrentImpl. removeAdditionalProperties()
-
Uses of Torrent in com.biglybt.pifimpl.local.tracker
Methods in com.biglybt.pifimpl.local.tracker that return Torrent Modifier and Type Method Description Torrent
TrackerTorrentImpl. getTorrent()
Methods in com.biglybt.pifimpl.local.tracker with parameters of type Torrent Modifier and Type Method Description TrackerTorrent
TrackerImpl. getTorrent(Torrent torrent)
TrackerTorrent
TrackerImpl. host(Torrent _torrent, boolean _persistent)
TrackerTorrent
TrackerImpl. host(Torrent _torrent, boolean _persistent, boolean _passive)
TrackerTorrent
TrackerImpl. publish(Torrent _torrent)
-
Uses of Torrent in com.biglybt.pifimpl.local.ui
Methods in com.biglybt.pifimpl.local.ui with parameters of type Torrent Modifier and Type Method Description void
UIManagerImpl. openTorrent(Torrent torrent)
-
Uses of Torrent in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download that return Torrent Modifier and Type Method Description Torrent
RPDownload. getTorrent()
Methods in com.biglybt.pifimpl.remote.download with parameters of type Torrent Modifier and Type Method Description Download
RPDownloadManager. addDownload(Torrent torrent)
Download
RPDownloadManager. addDownload(Torrent torrent, java.io.File torrent_location, java.io.File data_location)
Download
RPDownloadManager. addDownloadStopped(Torrent torrent, java.io.File torrent_location, java.io.File data_location)
Download
RPDownloadManager. addNonPersistentDownload(Torrent torrent, java.io.File torrent_location, java.io.File data_location)
Download
RPDownloadManager. addNonPersistentDownloadStopped(Torrent torrent, java.io.File torrentLocation, java.io.File dataLocation)
Download
RPDownloadManager. getDownload(Torrent torrent)
-
Uses of Torrent in com.biglybt.pifimpl.remote.torrent
Classes in com.biglybt.pifimpl.remote.torrent that implement Torrent Modifier and Type Class Description class
RPTorrent
Fields in com.biglybt.pifimpl.remote.torrent declared as Torrent Modifier and Type Field Description protected Torrent
RPTorrent. delegate
Methods in com.biglybt.pifimpl.remote.torrent that return Torrent Modifier and Type Method Description Torrent
RPTorrentManager. createFromBEncodedData(byte[] data)
Torrent
RPTorrentManager. createFromBEncodedData(byte[] data, int preserve)
Torrent
RPTorrentManager. createFromBEncodedFile(java.io.File file)
Torrent
RPTorrentManager. createFromBEncodedFile(java.io.File file, boolean for_seeding)
Torrent
RPTorrentManager. createFromBEncodedFile(java.io.File file, int preserve)
Torrent
RPTorrentManager. createFromBEncodedInputStream(java.io.InputStream data)
Torrent
RPTorrentManager. createFromBEncodedInputStream(java.io.InputStream data, int preserve)
Torrent
RPTorrentManager. createFromDataFile(java.io.File data, java.net.URL announce_url)
Torrent
RPTorrentManager. createFromDataFile(java.io.File data, java.net.URL announce_url, boolean include_other_hashes)
Torrent
RPTorrentDownloader. download()
Torrent
RPTorrentDownloader. download(java.lang.String encoding)
Torrent
RPTorrent. getClone()
Torrent
RPTorrent. removeAdditionalProperties()
Methods in com.biglybt.pifimpl.remote.torrent with parameters of type Torrent Modifier and Type Method Description static RPTorrent
RPTorrent. create(Torrent _delegate)
Constructors in com.biglybt.pifimpl.remote.torrent with parameters of type Torrent Constructor Description RPTorrent(Torrent _delegate)
-
Uses of Torrent in com.biglybt.pifimpl.remote.tracker
Methods in com.biglybt.pifimpl.remote.tracker that return Torrent Modifier and Type Method Description Torrent
RPTrackerTorrent. getTorrent()
Methods in com.biglybt.pifimpl.remote.tracker with parameters of type Torrent Modifier and Type Method Description TrackerTorrent
RPTracker. getTorrent(Torrent t)
TrackerTorrent
RPTracker. host(Torrent torrent, boolean persistent)
TrackerTorrent
RPTracker. host(Torrent torrent, boolean persistent, boolean passive)
TrackerTorrent
RPTracker. publish(Torrent torrent)
-
Uses of Torrent in com.biglybt.plugin.extseed
Methods in com.biglybt.plugin.extseed that return Torrent Modifier and Type Method Description Torrent
ExternalSeedReader. getTorrent()
Methods in com.biglybt.plugin.extseed with parameters of type Torrent Modifier and Type Method Description ExternalSeedReader[]
ExternalSeedPlugin. getManualWebSeeds(Torrent torrent)
ExternalSeedReader[]
ExternalSeedReaderFactory. getSeedReaders(ExternalSeedPlugin plugin, Torrent torrent)
TrackerPeerSource
ExternalSeedPlugin. getTrackerPeerSource(Torrent torrent)
-
Uses of Torrent in com.biglybt.plugin.extseed.impl
Fields in com.biglybt.plugin.extseed.impl declared as Torrent Modifier and Type Field Description private Torrent
ExternalSeedReaderImpl. torrent
Methods in com.biglybt.plugin.extseed.impl that return Torrent Modifier and Type Method Description Torrent
ExternalSeedReaderImpl. getTorrent()
Constructors in com.biglybt.plugin.extseed.impl with parameters of type Torrent Constructor Description ExternalSeedReaderImpl(ExternalSeedPlugin _plugin, Torrent _torrent, java.lang.String _host, java.util.Map _params)
-
Uses of Torrent in com.biglybt.plugin.extseed.impl.getright
Methods in com.biglybt.plugin.extseed.impl.getright with parameters of type Torrent Modifier and Type Method Description ExternalSeedReader[]
ExternalSeedReaderFactoryGetRight. getSeedReaders(ExternalSeedPlugin plugin, Torrent torrent)
private ExternalSeedReader[]
ExternalSeedReaderFactoryGetRight. getSeedReaders(ExternalSeedPlugin plugin, java.lang.String name, Torrent torrent)
private ExternalSeedReader[]
ExternalSeedReaderFactoryGetRight. getSeedReaders(ExternalSeedPlugin plugin, java.lang.String name, Torrent torrent, java.util.Map config)
Constructors in com.biglybt.plugin.extseed.impl.getright with parameters of type Torrent Constructor Description ExternalSeedReaderGetRight(ExternalSeedPlugin _plugin, Torrent _torrent, java.net.URL _url, java.util.Map _params)
-
Uses of Torrent in com.biglybt.plugin.extseed.impl.webseed
Methods in com.biglybt.plugin.extseed.impl.webseed with parameters of type Torrent Modifier and Type Method Description ExternalSeedReader[]
ExternalSeedReaderFactoryWebSeed. getSeedReaders(ExternalSeedPlugin plugin, Torrent torrent)
private ExternalSeedReader[]
ExternalSeedReaderFactoryWebSeed. getSeedReaders(ExternalSeedPlugin plugin, java.lang.String name, Torrent torrent)
private ExternalSeedReader[]
ExternalSeedReaderFactoryWebSeed. getSeedReaders(ExternalSeedPlugin plugin, java.lang.String name, Torrent torrent, java.util.Map config)
Constructors in com.biglybt.plugin.extseed.impl.webseed with parameters of type Torrent Constructor Description ExternalSeedReaderWebSeed(ExternalSeedPlugin _plugin, Torrent _torrent, java.net.URL _url, java.util.Map _params)
-
Uses of Torrent in com.biglybt.plugin.net.buddy
Methods in com.biglybt.plugin.net.buddy with parameters of type Torrent Modifier and Type Method Description static java.lang.String
BuddyPluginUtils. getChatKey(Torrent torrent)
void
BuddyPluginAZ2. sendAZ2Torrent(Torrent torrent, BuddyPluginBuddy buddy)
-
Uses of Torrent in com.biglybt.plugin.sharing.hoster
Methods in com.biglybt.plugin.sharing.hoster with parameters of type Torrent Modifier and Type Method Description private Download
ShareHosterPlugin. addDownload(ShareResource resource, Torrent torrent, java.io.File torrent_file, java.io.File data_file)
-
Uses of Torrent in com.biglybt.plugin.tracker.dht
Methods in com.biglybt.plugin.tracker.dht with parameters of type Torrent Modifier and Type Method Description TrackerPeerSource[]
DHTTrackerPlugin. getTrackerPeerSources(Torrent torrent)
-