Uses of Interface
com.biglybt.pif.torrent.Torrent
Packages that use Torrent
Package
Description
-
Uses of Torrent in com.biglybt.core.content
Methods in com.biglybt.core.content that return Torrent -
Uses of Torrent in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return TorrentModifier and TypeMethodDescriptionprotected Torrent
LightWeightSeed.getTorrent()
LWSDownload.getTorrent()
-
Uses of Torrent in com.biglybt.core.subs.impl
Methods in com.biglybt.core.subs.impl with parameters of type TorrentModifier and TypeMethodDescriptionprotected boolean
SubscriptionManagerImpl.shouldAutoStart
(Torrent torrent) -
Uses of Torrent in com.biglybt.core.util
Methods in com.biglybt.core.util with parameters of type TorrentModifier and TypeMethodDescriptionstatic String
UrlUtils.getMagnetURI
(Torrent torrent) static String
UrlUtils.getMagnetURI
(String name, Torrent torrent) static String
UrlUtils.getMagnetURI
(String name, Torrent torrent, String[] networks) -
Uses of Torrent in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return TorrentModifier and TypeMethodDescriptionDownload.getTorrent()
Each download has a corresponding torrentDownloadStub.getTorrent()
Methods in com.biglybt.pif.download with parameters of type TorrentModifier and TypeMethodDescriptionDownloadManager.addDownload
(Torrent torrent) Add a torrent from a "Torrent" object.DownloadManager.addDownload
(Torrent torrent, File torrent_location, File data_location) Add a torrent from a "Torrent" object and point it at the data location.DownloadManager.addDownloadStopped
(Torrent torrent, File torrent_location, File data_location) Explicit way of adding a download in a stopped stateDownloadManager.addNonPersistentDownload
(Torrent torrent, File torrent_location, File data_location) Add a non-persistent download.DownloadManager.addNonPersistentDownloadStopped
(Torrent torrent, File torrent_location, File data_location) 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 -
Uses of Torrent in com.biglybt.pif.torrent
Methods in com.biglybt.pif.torrent that return TorrentModifier and TypeMethodDescriptionTorrentManager.createFromBEncodedData
(byte[] data) decodes a torrent encoded using the normal "bencoding" rules from a byte arrayTorrentManager.createFromBEncodedData
(byte[] data, int preserve) decodes a torrent encoded using the normal "bencoding" rules from a byte arrayTorrentManager.createFromBEncodedFile
(File file) decodes a torrent encoded using the normal "bencoding" rules from a fileTorrentManager.createFromBEncodedFile
(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.TorrentManager.createFromBEncodedFile
(File file, int preserve) decodes a torrent encoded using the normal "bencoding" rules from a fileTorrentManager.createFromBEncodedInputStream
(InputStream data) decodes a torrent encoded using the normal "bencoding" rules from an InputStreamTorrentManager.createFromBEncodedInputStream
(InputStream data, int preserve) decodes a torrent encoded using the normal "bencoding" rules from an InputStreamTorrentManager.createFromDataFile
(File data, URL announce_url) creates a new torrent from an input fileTorrentManager.createFromDataFile
(File data, URL announce_url, boolean include_other_hashes) TorrentDownloader.download()
Downloads and prompts the user/guesses the torrent encodingDownloads and tries to use the supplied encoding.Torrent.getClone()
TorrentOptions.getTorrent()
Torrent.removeAdditionalProperties()
Removal all non-standard properties (excluding plugin-properties below)Methods in com.biglybt.pif.torrent with parameters of type Torrent -
Uses of Torrent in com.biglybt.pif.tracker
Methods in com.biglybt.pif.tracker that return TorrentMethods in com.biglybt.pif.tracker with parameters of type Torrent -
Uses of Torrent in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui with parameters of type Torrent -
Uses of Torrent in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return TorrentMethods in com.biglybt.pifimpl.local with parameters of type Torrent -
Uses of Torrent in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download that return TorrentMethods in com.biglybt.pifimpl.local.download with parameters of type TorrentModifier and TypeMethodDescriptionDownloadManagerImpl.addDownload
(Torrent torrent) DownloadManagerImpl.addDownload
(Torrent torrent, File torrent_file, File data_location) DownloadManagerImpl.addDownload
(Torrent torrent, File torrent_file, File data_location, int initial_state) DownloadManagerImpl.addDownloadStopped
(Torrent torrent, File torrent_location, File data_location) DownloadManagerImpl.addNonPersistentDownload
(Torrent torrent, File torrent_file, File data_location) DownloadManagerImpl.addNonPersistentDownloadStopped
(Torrent torrent, File torrent_file, File data_location) DownloadManagerImpl.getDownload
(Torrent _torrent) -
Uses of Torrent in com.biglybt.pifimpl.local.sharing
Fields in com.biglybt.pifimpl.local.sharing declared as TorrentMethods in com.biglybt.pifimpl.local.sharing that return TorrentMethods in com.biglybt.pifimpl.local.sharing with parameters of type TorrentConstructors in com.biglybt.pifimpl.local.sharing with parameters of type TorrentModifierConstructorDescriptionprotected
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 TorrentMethods in com.biglybt.pifimpl.local.torrent that return TorrentModifier and TypeMethodDescriptionTorrentManagerImpl.createFromBEncodedData
(byte[] data) TorrentManagerImpl.createFromBEncodedData
(byte[] data, int preserve) TorrentManagerImpl.createFromBEncodedFile
(File file) TorrentManagerImpl.createFromBEncodedFile
(File file, boolean for_seeding) TorrentManagerImpl.createFromBEncodedFile
(File file, int preserve) TorrentManagerImpl.createFromBEncodedInputStream
(InputStream data) TorrentManagerImpl.createFromBEncodedInputStream
(InputStream data, int preserve) TorrentManagerImpl.createFromDataFile
(File data, URL announce_url) TorrentManagerImpl.createFromDataFile
(File data, URL announce_url, boolean include_other_hashes) TorrentDownloaderImpl.download()
private Torrent
TorrentDownloaderImpl.downloadSupport
(ResourceDownloader downloader) TorrentImpl.getClone()
TorrentManagerImpl.TorrentOptionsImpl.getTorrent()
TorrentImpl.removeAdditionalProperties()
-
Uses of Torrent in com.biglybt.pifimpl.local.tracker
Methods in com.biglybt.pifimpl.local.tracker that return TorrentMethods in com.biglybt.pifimpl.local.tracker with parameters of type Torrent -
Uses of Torrent in com.biglybt.pifimpl.local.ui
Methods in com.biglybt.pifimpl.local.ui with parameters of type Torrent -
Uses of Torrent in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download that return TorrentMethods in com.biglybt.pifimpl.remote.download with parameters of type TorrentModifier and TypeMethodDescriptionRPDownloadManager.addDownload
(Torrent torrent) RPDownloadManager.addDownload
(Torrent torrent, File torrent_location, File data_location) RPDownloadManager.addDownloadStopped
(Torrent torrent, File torrent_location, File data_location) RPDownloadManager.addNonPersistentDownload
(Torrent torrent, File torrent_location, File data_location) RPDownloadManager.addNonPersistentDownloadStopped
(Torrent torrent, File torrentLocation, File dataLocation) RPDownloadManager.getDownload
(Torrent torrent) -
Uses of Torrent in com.biglybt.pifimpl.remote.torrent
Classes in com.biglybt.pifimpl.remote.torrent that implement TorrentFields in com.biglybt.pifimpl.remote.torrent declared as TorrentMethods in com.biglybt.pifimpl.remote.torrent that return TorrentModifier and TypeMethodDescriptionRPTorrentManager.createFromBEncodedData
(byte[] data) RPTorrentManager.createFromBEncodedData
(byte[] data, int preserve) RPTorrentManager.createFromBEncodedFile
(File file) RPTorrentManager.createFromBEncodedFile
(File file, boolean for_seeding) RPTorrentManager.createFromBEncodedFile
(File file, int preserve) RPTorrentManager.createFromBEncodedInputStream
(InputStream data) RPTorrentManager.createFromBEncodedInputStream
(InputStream data, int preserve) RPTorrentManager.createFromDataFile
(File data, URL announce_url) RPTorrentManager.createFromDataFile
(File data, URL announce_url, boolean include_other_hashes) RPTorrentDownloader.download()
RPTorrent.getClone()
RPTorrent.removeAdditionalProperties()
Methods in com.biglybt.pifimpl.remote.torrent with parameters of type TorrentConstructors in com.biglybt.pifimpl.remote.torrent with parameters of type Torrent -
Uses of Torrent in com.biglybt.pifimpl.remote.tracker
Methods in com.biglybt.pifimpl.remote.tracker that return TorrentMethods in com.biglybt.pifimpl.remote.tracker with parameters of type Torrent -
Uses of Torrent in com.biglybt.plugin.extseed
Methods in com.biglybt.plugin.extseed that return TorrentMethods in com.biglybt.plugin.extseed with parameters of type TorrentModifier and TypeMethodDescriptionExternalSeedPlugin.getManualWebSeeds
(Torrent torrent) ExternalSeedReaderFactory.getSeedReaders
(ExternalSeedPlugin plugin, Torrent torrent) ExternalSeedPlugin.getTrackerPeerSource
(Torrent torrent) -
Uses of Torrent in com.biglybt.plugin.extseed.impl
Fields in com.biglybt.plugin.extseed.impl declared as TorrentMethods in com.biglybt.plugin.extseed.impl that return TorrentConstructors in com.biglybt.plugin.extseed.impl with parameters of type TorrentModifierConstructorDescriptionprotected
ExternalSeedReaderImpl
(ExternalSeedPlugin _plugin, Torrent _torrent, String _host, Map _params) -
Uses of Torrent in com.biglybt.plugin.extseed.impl.getright
Methods in com.biglybt.plugin.extseed.impl.getright with parameters of type TorrentModifier and TypeMethodDescriptionExternalSeedReaderFactoryGetRight.getSeedReaders
(ExternalSeedPlugin plugin, Torrent torrent) private ExternalSeedReader[]
ExternalSeedReaderFactoryGetRight.getSeedReaders
(ExternalSeedPlugin plugin, String name, Torrent torrent) private ExternalSeedReader[]
ExternalSeedReaderFactoryGetRight.getSeedReaders
(ExternalSeedPlugin plugin, String name, Torrent torrent, Map config) Constructors in com.biglybt.plugin.extseed.impl.getright with parameters of type TorrentModifierConstructorDescriptionprotected
ExternalSeedReaderGetRight
(ExternalSeedPlugin _plugin, Torrent _torrent, URL _url, Map _params) -
Uses of Torrent in com.biglybt.plugin.extseed.impl.webseed
Methods in com.biglybt.plugin.extseed.impl.webseed with parameters of type TorrentModifier and TypeMethodDescriptionExternalSeedReaderFactoryWebSeed.getSeedReaders
(ExternalSeedPlugin plugin, Torrent torrent) private ExternalSeedReader[]
ExternalSeedReaderFactoryWebSeed.getSeedReaders
(ExternalSeedPlugin plugin, String name, Torrent torrent) private ExternalSeedReader[]
ExternalSeedReaderFactoryWebSeed.getSeedReaders
(ExternalSeedPlugin plugin, String name, Torrent torrent, Map config) Constructors in com.biglybt.plugin.extseed.impl.webseed with parameters of type TorrentModifierConstructorDescriptionprotected
ExternalSeedReaderWebSeed
(ExternalSeedPlugin _plugin, Torrent _torrent, URL _url, Map _params) -
Uses of Torrent in com.biglybt.plugin.net.buddy
Methods in com.biglybt.plugin.net.buddy with parameters of type TorrentModifier and TypeMethodDescriptionstatic 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 TorrentModifier and TypeMethodDescriptionprivate Download
ShareHosterPlugin.addDownload
(ShareResource resource, Torrent torrent, File torrent_file, File data_file) -
Uses of Torrent in com.biglybt.plugin.tracker.dht
Methods in com.biglybt.plugin.tracker.dht with parameters of type Torrent