Uses of Interface
com.biglybt.pif.download.Download
Packages that use Download
Package
Description
-
Uses of Download in com.biglybt.core.category.impl
Methods in com.biglybt.core.category.impl with parameters of type DownloadModifier and TypeMethodDescriptionprotected long
CategoryManagerImpl.getAddedTime
(Download download) -
Uses of Download in com.biglybt.core.content
Methods in com.biglybt.core.content that return DownloadModifier and TypeMethodDescriptionContentDownload.getDownload()
protected Download
RelatedContentManager.getDownload
(byte[] hash) abstract Download
RelatedContent.getRelatedToDownload()
RelatedContentManager.DownloadInfo.getRelatedToDownload()
Methods in com.biglybt.core.content with parameters of type DownloadModifier and TypeMethodDescriptionprotected void
RelatedContentManager.addDownloads
(Download[] downloads, boolean initialising) RelatedContentManager.getExplicitTags
(Download download) private byte[][]
private byte
RelatedContentManager.getNetworks
(Download download) private String[]
-
Uses of Download in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as DownloadMethods in com.biglybt.core.devices.impl that return DownloadMethods in com.biglybt.core.devices.impl with parameters of type DownloadModifier and TypeMethodDescriptionvoid
TranscodeJobImpl.downloadWillBeRemoved
(Download download) protected void
DeviceUPnPImpl.setCategories
(TranscodeFileImpl tf, Download dl) protected void
DeviceUPnPImpl.setTags
(TranscodeFileImpl tf, Download dl) -
Uses of Download in com.biglybt.core.download
Methods in com.biglybt.core.download that return DownloadModifier and TypeMethodDescriptionDiskManagerFileInfoDelegate.getDownload()
DiskManagerFileInfoFile.getDownload()
DiskManagerFileInfoStream.getDownload()
DiskManagerFileInfoURL.getDownload()
-
Uses of Download in com.biglybt.core.lws
Classes in com.biglybt.core.lws that implement DownloadMethods in com.biglybt.core.lws that return Download -
Uses of Download in com.biglybt.core.networkmanager.admin.impl
Fields in com.biglybt.core.networkmanager.admin.impl declared as DownloadModifier and TypeFieldDescription(package private) final Download
NetworkAdminSpeedTesterBTImpl.TorrentSpeedTestMonitorThread.testDownload
Methods in com.biglybt.core.networkmanager.admin.impl that return DownloadModifier and TypeMethodDescriptionprivate Download[]
NetworkAdminSpeedTestScheduledTestImpl.SpeedTestDownloadState.getAllDownloads()
Get all the Download keys in this Map.Methods in com.biglybt.core.networkmanager.admin.impl with parameters of type DownloadModifier and TypeMethodDescriptionvoid
NetworkAdminSpeedTestScheduledTestImpl.SpeedTestDownloadState.downloadAdded
(Download download) void
NetworkAdminSpeedTestScheduledTestImpl.SpeedTestDownloadState.downloadRemoved
(Download download) private int
NetworkAdminSpeedTestScheduledTestImpl.SpeedTestDownloadState.getDownloadDetails
(Download d, String param) Get the upload or download limit for this Download object before the test started.private void
NetworkAdminSpeedTestScheduledTestImpl.SpeedTestDownloadState.setDownloadDetails
(Download d, int uploadLimit, int downloadLimit) Save the upload/download limits of this Download object before the test started.Constructors in com.biglybt.core.networkmanager.admin.impl with parameters of type Download -
Uses of Download in com.biglybt.core.speedmanager
Methods in com.biglybt.core.speedmanager with parameters of type DownloadModifier and TypeMethodDescriptionvoid
SpeedLimitHandler.DML.downloadAdded
(Download download) void
SpeedLimitHandler.DML.downloadRemoved
(Download download) private void
SpeedLimitHandler.peerRemoved
(Download download, PeerManager peer_manager, Peer peer) private void
SpeedLimitHandler.peersAdded
(Download download, PeerManager peer_manager, Peer[] peers) -
Uses of Download in com.biglybt.core.subs.impl
Methods in com.biglybt.core.subs.impl with parameters of type DownloadModifier and TypeMethodDescriptionvoid
private boolean
SubscriptionManagerImpl.downloadIsIgnored
(Download download) protected void
SubscriptionManagerImpl.prepareDownload
(Download download, Subscription[] subscriptions, SubscriptionResult[] results) protected boolean
SubscriptionManagerImpl.recoverSubscriptionUpdate
(Download download, Map rd) protected void
SubscriptionManagerImpl.removeDownload
(Download download, boolean remove_data) private void
SubscriptionManagerImpl.searchTemplateOK
(SubscriptionImpl subs, Download download) private DHTPluginInterface
SubscriptionManagerImpl.selectDHTPlugin
(Download download) protected boolean
SubscriptionManagerImpl.subscriptionExists
(Download download, SubscriptionImpl subs) protected void
SubscriptionManagerImpl.updateSubscription
(SubscriptionImpl subs, Download download, File torrent_file, File data_file) -
Uses of Download in com.biglybt.core.tag.impl
Methods in com.biglybt.core.tag.impl with parameters of type DownloadModifier and TypeMethodDescriptionvoid
TagManagerImpl.onCompletion
(Download d) void
TagPropertyConstraintHandler.positionChanged
(Download download, int oldPosition, int newPosition) void
TagPropertyConstraintHandler.stateChanged
(Download download, int old_state, int new_state) -
Uses of Download in com.biglybt.core.util
Methods in com.biglybt.core.util with parameters of type DownloadModifier and TypeMethodDescriptionstatic String
UrlUtils.addSource
(Download download, String magnet, InetSocketAddress address) static String
UrlUtils.getMagnetURI
(Download download) static String
UrlUtils.getMagnetURI
(Download download, int max_name_len) -
Uses of Download in com.biglybt.pif.disk
Methods in com.biglybt.pif.disk that return Download -
Uses of Download in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return DownloadModifier 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) DownloadStub.destubbify()
DownloadActivationEvent.getDownload()
DownloadAnnounceResult.getDownload()
Gives access to the Download associated with this announce resultDownloadManager.getDownload
(byte[] hash) Gets a download given its hashDownloadManager.getDownload
(Torrent torrent) Gets the download for a particular torrent, returns null if not foundDownloadScrapeResult.getDownload()
Gives access to the associated downloadDownload[]
DownloadManager.getDownloads()
Gets all the downloads.Download[]
DownloadManager.getDownloads
(boolean bSorted) Gets all the downloads.Methods in com.biglybt.pif.download with parameters of type DownloadModifier and TypeMethodDescriptionvoid
DownloadAttributeListener.attributeEventOccurred
(Download download, TorrentAttribute attribute, int event_type) This method will be called when an attribute event occurs.void
DownloadManagerListener.downloadAdded
(Download download) void
DownloadManagerListener.downloadRemoved
(Download download) void
DownloadWillBeRemovedListener.downloadWillBeRemoved
(Download download) void
DownloadWillBeAddedListener.initialised
(Download download) this will be called early during download initialisation and allows the initial file state to be set before allocation occurs (for example)void
DownloadCompletionListener.onCompletion
(Download d) Called when a download enters a complete state (previously being incomplete).void
DownloadPeerListener.peerManagerAdded
(Download download, PeerManager peer_manager) void
DownloadPeerListener.peerManagerRemoved
(Download download, PeerManager peer_manager) void
DownloadListener.positionChanged
(Download download, int oldPosition, int newPosition) Position of download has changed.void
DownloadListener.stateChanged
(Download download, int old_state, int new_state) The Download's state has changed. -
Uses of Download in com.biglybt.pif.download.savelocation
Methods in com.biglybt.pif.download.savelocation with parameters of type DownloadModifier and TypeMethodDescriptionboolean
DefaultSaveLocationManager.isInDefaultSaveDir
(Download d) SaveLocationManager.onCompletion
(Download download, boolean for_move, boolean on_event) Return the location to move the download to when it is completed (or return null to keep the download and torrent in the same location).SaveLocationManager.onInitialization
(Download download, boolean for_move, boolean on_event) Return the location to move the download to when it first started (or return null to keep the download and torrent in the same location).Return the location to move the download to when it is removed (or return null to keep the download and torrent in the same location). -
Uses of Download in com.biglybt.pif.messaging
Methods in com.biglybt.pif.messaging with parameters of type DownloadModifier and TypeMethodDescriptionvoid
MessageManagerListener.compatiblePeerFound
(Download download, Peer peer, Message message) Notify of new peer connection that supports the given message type.void
MessageManagerListener.peerRemoved
(Download download, Peer peer) Notify of peer connection removal. -
Uses of Download in com.biglybt.pif.peers
Methods in com.biglybt.pif.peers that return Download -
Uses of Download in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that return DownloadModifier and TypeMethodDescriptionShortCuts.getDownload
(byte[] hash) A quick way of looking up a download given its hash -
Uses of Download in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return DownloadModifier and TypeMethodDescriptionstatic Download
PluginCoreUtils.wrap
(DownloadManager dm) May return NULL if download not found (e.g.Methods in com.biglybt.pifimpl.local with parameters of type DownloadModifier and TypeMethodDescriptionstatic DownloadManager
static DownloadManager
PluginCoreUtils.unwrapIfPossible
(Download dm) -
Uses of Download in com.biglybt.pifimpl.local.ddb
Methods in com.biglybt.pifimpl.local.ddb with parameters of type DownloadModifier and TypeMethodDescriptionvoid
DDBaseTTTorrent.addDownload
(Download download) static List<DistributedDatabase>
void
DDBaseTTTorrent.removeDownload
(Download download) -
Uses of Download in com.biglybt.pifimpl.local.disk
Methods in com.biglybt.pifimpl.local.disk that return Download -
Uses of Download in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadFields in com.biglybt.pifimpl.local.download declared as DownloadModifier and TypeFieldDescriptionprivate Download
DownloadImpl.AggregateScrapeResult.dl
protected Download
DownloadAnnounceResultImpl.download
Methods in com.biglybt.pifimpl.local.download that return DownloadModifier 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) DownloadImpl.destubbify()
protected Download
DownloadManagerImpl.destubbify
(DownloadStubImpl stub) DownloadStubImpl.destubbify()
DownloadAnnounceResultImpl.getDownload()
DownloadImpl.AggregateScrapeResult.getDownload()
DownloadManagerImpl.getDownload
(byte[] hash) DownloadManagerImpl.getDownload
(DiskManager dm) protected Download
DownloadManagerImpl.getDownload
(TOTorrent torrent) DownloadManagerImpl.getDownload
(Torrent _torrent) DownloadScrapeResultImpl.getDownload()
Download[]
DownloadManagerImpl.getDownloads()
Download[]
DownloadManagerImpl.getDownloads
(boolean bSorted) static Download
DownloadManagerImpl.getDownloadStatic
(DiskManager dm) static Download
DownloadManagerImpl.getDownloadStatic
(TOTorrent torrent) Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadModifier and TypeMethodDescriptionvoid
DownloadEventNotifierImpl.DownloadAttributeNotifier.attributeEventOccurred
(Download d, TorrentAttribute ta, int event_type) void
DownloadEventNotifierImpl.DownloadActivationNotifier.downloadAdded
(Download download) void
DownloadEventNotifierImpl.DownloadAttributeNotifier.downloadAdded
(Download d) void
DownloadEventNotifierImpl.DownloadCompletionNotifier.downloadAdded
(Download download) void
DownloadEventNotifierImpl.DownloadNotifier.downloadAdded
(Download download) void
DownloadEventNotifierImpl.DownloadPeerNotifier.downloadAdded
(Download download) void
DownloadEventNotifierImpl.DownloadTrackerNotifier.downloadAdded
(Download download) void
DownloadEventNotifierImpl.DownloadWillBeRemovedNotifier.downloadAdded
(Download download) void
DownloadEventNotifierImpl.DownloadActivationNotifier.downloadRemoved
(Download download) void
DownloadEventNotifierImpl.DownloadAttributeNotifier.downloadRemoved
(Download d) void
DownloadEventNotifierImpl.DownloadCompletionNotifier.downloadRemoved
(Download download) void
DownloadEventNotifierImpl.DownloadNotifier.downloadRemoved
(Download download) void
DownloadEventNotifierImpl.DownloadPeerNotifier.downloadRemoved
(Download download) void
DownloadEventNotifierImpl.DownloadTrackerNotifier.downloadRemoved
(Download download) void
DownloadEventNotifierImpl.DownloadWillBeRemovedNotifier.downloadRemoved
(Download download) void
DownloadEventNotifierImpl.DownloadWillBeRemovedNotifier.downloadWillBeRemoved
(Download download) void
DownloadEventNotifierImpl.DownloadCompletionNotifier.onCompletion
(Download download) void
DownloadEventNotifierImpl.DownloadPeerNotifier.peerManagerAdded
(Download download, PeerManager peer_manager) void
DownloadEventNotifierImpl.DownloadPeerNotifier.peerManagerRemoved
(Download download, PeerManager peer_manager) void
DownloadEventNotifierImpl.DownloadNotifier.positionChanged
(Download download, int old_position, int new_position) void
DownloadEventNotifierImpl.DownloadNotifier.stateChanged
(Download download, int old_state, int new_state) Constructors in com.biglybt.pifimpl.local.download with parameters of type DownloadModifierConstructorDescriptionprivate
AggregateScrapeResult
(Download _dl, DownloadManager _dm) DownloadAnnounceResultImpl
(Download _download, TRTrackerAnnouncerResponse _response) -
Uses of Download in com.biglybt.pifimpl.local.peers
Methods in com.biglybt.pifimpl.local.peers that return Download -
Uses of Download in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils that return Download -
Uses of Download in com.biglybt.pifimpl.local.utils.resourcedownloader
Fields in com.biglybt.pifimpl.local.utils.resourcedownloader declared as DownloadMethods in com.biglybt.pifimpl.local.utils.resourcedownloader with parameters of type DownloadModifier and TypeMethodDescriptionprotected void
ResourceDownloaderTorrentImpl.downloadSucceeded
(Download download, File torrent_file, File data_dir) -
Uses of Download in com.biglybt.pifimpl.remote.disk
Methods in com.biglybt.pifimpl.remote.disk that return Download -
Uses of Download in com.biglybt.pifimpl.remote.download
Classes in com.biglybt.pifimpl.remote.download that implement DownloadFields in com.biglybt.pifimpl.remote.download declared as DownloadMethods in com.biglybt.pifimpl.remote.download that return DownloadModifier 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) RPDownload.destubbify()
RPDownloadAnnounceResult.getDownload()
RPDownloadManager.getDownload
(byte[] hash) RPDownloadManager.getDownload
(Torrent torrent) RPDownloadScrapeResult.getDownload()
Download[]
RPDownloadManager.getDownloads()
Download[]
RPDownloadManager.getDownloads
(boolean bSort) Methods in com.biglybt.pifimpl.remote.download with parameters of type DownloadConstructors in com.biglybt.pifimpl.remote.download with parameters of type Download -
Uses of Download in com.biglybt.pifimpl.remote.utils
Methods in com.biglybt.pifimpl.remote.utils that return Download -
Uses of Download in com.biglybt.plugin.extseed
Fields in com.biglybt.plugin.extseed declared as DownloadMethods in com.biglybt.plugin.extseed that return DownloadMethods in com.biglybt.plugin.extseed with parameters of type DownloadModifier and TypeMethodDescriptionprotected void
void
ExternalSeedPlugin.downloadAdded
(Download download) void
ExternalSeedPlugin.downloadAdded
(Download download, boolean changed) void
ExternalSeedPlugin.downloadChanged
(Download download) void
ExternalSeedPlugin.downloadRemoved
(Download download) ExternalSeedPlugin.getManualWebSeeds
(Download download) ExternalSeedReaderFactory.getSeedReaders
(ExternalSeedPlugin plugin, Download download) ExternalSeedReaderFactory.getSeedReaders
(ExternalSeedPlugin plugin, Download download, Map config) ExternalSeedPlugin.getTrackerPeerSource
(Download download) Constructors in com.biglybt.plugin.extseed with parameters of type DownloadModifierConstructorDescriptionprotected
ExternalSeedPeer
(ExternalSeedPlugin _plugin, Download _download, ExternalSeedReader _reader) -
Uses of Download in com.biglybt.plugin.extseed.impl.getright
Methods in com.biglybt.plugin.extseed.impl.getright with parameters of type DownloadModifier and TypeMethodDescriptionExternalSeedReaderFactoryGetRight.getSeedReaders
(ExternalSeedPlugin plugin, Download download) ExternalSeedReaderFactoryGetRight.getSeedReaders
(ExternalSeedPlugin plugin, Download download, Map config) -
Uses of Download in com.biglybt.plugin.extseed.impl.webseed
Methods in com.biglybt.plugin.extseed.impl.webseed with parameters of type DownloadModifier and TypeMethodDescriptionExternalSeedReaderFactoryWebSeed.getSeedReaders
(ExternalSeedPlugin plugin, Download download) ExternalSeedReaderFactoryWebSeed.getSeedReaders
(ExternalSeedPlugin plugin, Download download, Map config) -
Uses of Download in com.biglybt.plugin.magnet
Fields in com.biglybt.plugin.magnet declared as DownloadModifier and TypeFieldDescription(package private) Download
MagnetPluginMDDownloader.DownloadActivity.download
Methods in com.biglybt.plugin.magnet with parameters of type DownloadModifier and TypeMethodDescriptionMagnetPlugin.addSource
(Download download, String magnet, InetSocketAddress address) -
Uses of Download in com.biglybt.plugin.net.buddy
Methods in com.biglybt.plugin.net.buddy with parameters of type DownloadModifier and TypeMethodDescriptionprotected long
BuddyPlugin.getAddedTime
(Download download) static BuddyPluginBeta.ChatInstance
static String
BuddyPluginUtils.getChatKey
(Download download) boolean
BuddyPlugin.isPartialBuddy
(Download download, Peer peer) BuddyPluginBeta.peekChatInstance
(Download download) BuddyPluginBeta.peekChatInstances
(Download download) static List<BuddyPluginBeta.ChatInstance>
BuddyPluginUtils.peekChatInstances
(Download download) void
BuddyPluginBeta.ChatInstance.sendMessage
(Download download) void
BuddyPlugin.setPartialBuddy
(Download download, Peer peer, boolean is_partial, boolean manual) void
BuddyPluginBeta.tagDownload
(Download download) -
Uses of Download in com.biglybt.plugin.net.buddy.swt
Methods in com.biglybt.plugin.net.buddy.swt with parameters of type DownloadModifier and TypeMethodDescriptionprivate void
BuddyPluginViewBetaChat.dropDownload
(Download download, BuddyPluginViewBetaChat.DropAccepter accepter) BuddyPluginView.getDownloadAdapter
(Download download) -
Uses of Download in com.biglybt.plugin.net.buddy.tracker
Fields in com.biglybt.plugin.net.buddy.tracker with type parameters of type DownloadModifier and TypeFieldDescriptionBuddyPluginTracker.actively_tracking
BuddyPluginTracker.PartialBuddyData.downloads
BuddyPluginTracker.BuddyTrackingData.downloads_in_common
BuddyPluginTracker.BuddyTrackingData.downloads_sent
private Map<HashWrapper,
Download> BuddyPluginTracker.full_id_map
BuddyPluginTracker.last_processed_download_set
private Map<HashWrapper,
List<Download>> BuddyPluginTracker.short_id_map
BuddyPluginTracker.tracked_downloads
Methods in com.biglybt.plugin.net.buddy.tracker that return types with arguments of type DownloadModifier and TypeMethodDescriptionBuddyPluginTracker.BuddyTrackingData.getDownloadsToTrack()
protected Map<Download,
BuddyPluginTracker.buddyDownloadData> BuddyPluginTracker.BuddyTrackingData.importFullIDs
(byte[] ids, byte[] states) BuddyPluginTracker.BuddyTrackingData.importShortIDs
(byte[] ids) Methods in com.biglybt.plugin.net.buddy.tracker with parameters of type DownloadModifier and TypeMethodDescriptionvoid
BuddyPluginTracker.addPartialBuddy
(Download download, Peer peer, boolean manual) void
BuddyPluginTracker.downloadAdded
(Download download) void
BuddyPluginTracker.downloadRemoved
(Download download) boolean
BuddyPluginTracker.isPartialBuddy
(Download download, Peer peer) protected void
BuddyPluginTracker.markBuddyPeer
(Download download, Peer peer, boolean is_partial) protected boolean
void
BuddyPluginTracker.peerManagerAdded
(Download download, PeerManager peer_manager) void
BuddyPluginTracker.peerManagerRemoved
(Download download, PeerManager peer_manager) protected void
BuddyPluginTracker.BuddyTrackingData.removeDownload
(Download download) void
BuddyPluginTracker.removePartialBuddy
(Download download, Peer peer, boolean manual) protected void
BuddyPluginTracker.trackDownload
(Download download) protected void
protected void
BuddyPluginTracker.trackPeers
(Download download) protected void
BuddyPluginTracker.trackPeers
(Download download, PeerManager pm) protected void
BuddyPluginTracker.untrackDownload
(Download download) protected void
BuddyPluginTracker.untrackPeers
(Download download) Method parameters in com.biglybt.plugin.net.buddy.tracker with type arguments of type DownloadModifier and TypeMethodDescriptionprotected byte[][]
BuddyPluginTracker.BuddyTrackingData.exportFullIDs
(List<Download> downloads) protected byte[]
BuddyPluginTracker.BuddyTrackingData.exportShortIDs
(List<Download> downloads) protected void
BuddyPluginTracker.BuddyTrackingData.updateLocal
(Set<Download> downloads, int id, Map diff_map, Set<Download> downloads_with_remote_incomplete) Constructors in com.biglybt.plugin.net.buddy.tracker with parameters of type DownloadModifierConstructorDescriptionprotected
buddyDownloadData
(Download download) protected
downloadData
(Download download) -
Uses of Download in com.biglybt.plugin.removerules
Methods in com.biglybt.plugin.removerules with parameters of type DownloadModifier and TypeMethodDescriptionvoid
DownloadRemoveRulesPlugin.downloadAdded
(Download download) void
DownloadRemoveRulesPlugin.downloadRemoved
(Download download) protected void
DownloadRemoveRulesPlugin.handleAnnounce
(Download download, DownloadAnnounceResult response) protected void
DownloadRemoveRulesPlugin.handleAnnounceScrapeStatus
(Download download, String status) protected void
DownloadRemoveRulesPlugin.handleScrape
(Download download, DownloadScrapeResult response) protected void
DownloadRemoveRulesPlugin.removeDownload
(Download download, boolean remove_data) protected void
DownloadRemoveRulesPlugin.removeDownloadDelayed
(Download download, boolean remove_data) -
Uses of Download in com.biglybt.plugin.sharing.hoster
Fields in com.biglybt.plugin.sharing.hoster declared as DownloadFields in com.biglybt.plugin.sharing.hoster with type parameters of type DownloadModifier and TypeFieldDescriptionprivate Map<ShareResource,
Download> ShareHosterPlugin.resource_dl_map
Methods in com.biglybt.plugin.sharing.hoster that return DownloadModifier and TypeMethodDescriptionprivate Download
ShareHosterPlugin.addDownload
(ShareResource resource, Torrent torrent, File torrent_file, File data_file) -
Uses of Download in com.biglybt.plugin.startstoprules.always
Fields in com.biglybt.plugin.startstoprules.always declared as DownloadMethods in com.biglybt.plugin.startstoprules.always that return DownloadModifier and TypeMethodDescriptionprotected Download
RunEverythingPlugin.downloadData.getDownload()
Methods in com.biglybt.plugin.startstoprules.always with parameters of type DownloadModifier and TypeMethodDescriptionvoid
RunEverythingPlugin.downloadAdded
(Download download) void
RunEverythingPlugin.downloadRemoved
(Download download) void
RunEverythingPlugin.positionChanged
(Download download, int oldPosition, int newPosition) void
RunEverythingPlugin.stateChanged
(Download download, int old_state, int new_state) Constructors in com.biglybt.plugin.startstoprules.always with parameters of type Download -
Uses of Download in com.biglybt.plugin.startstoprules.defaultplugin
Fields in com.biglybt.plugin.startstoprules.defaultplugin declared as DownloadMethods in com.biglybt.plugin.startstoprules.defaultplugin with parameters of type DownloadModifier and TypeMethodDescriptionprivate int
RankCalculatorReal.calcPeersNoUs
(Download download, DownloadScrapeResult sr) private int
RankCalculatorReal.calcSeedsNoUs
(Download download, DownloadScrapeResult sr) Get # of seeds, not including us, AND including fake full copiesprivate int
RankCalculatorReal.calcSeedsNoUs
(Download download, DownloadScrapeResult sr, int numPeers) Get # of seeds, not including us, AND including fake full copiesvoid
StartStopRulesDefaultPlugin.StartStopDMListener.downloadAdded
(Download download) void
StartStopRulesDefaultPlugin.StartStopDMListener.downloadRemoved
(Download download) static DefaultRankCalculator
StartStopRulesDefaultPlugin.getRankCalculator
(Download dl) boolean
StartStopRulesFPListener.isFirstPriority
(Download download, int numSeeds, int numPeers, StringBuffer debug) This method should return true to force a download to be first priority.void
StartStopRulesDefaultPlugin.StartStopDownloadListener.positionChanged
(Download download, int oldPosition, int newPosition) void
StartStopRulesDefaultPlugin.StartStopDownloadListener.stateChanged
(Download download, int old_state, int new_state) Constructors in com.biglybt.plugin.startstoprules.defaultplugin with parameters of type DownloadModifierConstructorDescriptionRankCalculatorReal
(StartStopRulesDefaultPlugin _rules, Download _dl) Default Initializer -
Uses of Download in com.biglybt.plugin.tracker.dht
Fields in com.biglybt.plugin.tracker.dht with type parameters of type DownloadModifier and TypeFieldDescriptionDHTTrackerPlugin.in_progress
DHTTrackerPlugin.interesting_downloads
DHTTrackerPlugin.limited_online_tracking
DHTTrackerPlugin.query_map
DHTTrackerPlugin.registered_downloads
DHTTrackerPlugin.run_data_cache
DHTTrackerPlugin.running_downloads
DHTTrackerPlugin.scrape_injection_map
Methods in com.biglybt.plugin.tracker.dht with parameters of type DownloadModifier and TypeMethodDescriptionvoid
DHTTrackerPlugin.addDownload
(Download download) private void
void
DHTTrackerPlugin.attributeEventOccurred
(Download download, TorrentAttribute attr, int event_type) protected void
DHTTrackerPlugin.checkDownloadForRegistration
(Download download, boolean first_time) protected void
DHTTrackerPlugin.decreaseActive
(Download dl) protected long
DHTTrackerPlugin.getDerivedTrackMetric
(Download download) DHTTrackerPlugin.getTrackerPeerSource
(Download download) protected void
DHTTrackerPlugin.RegistrationDetails.getTrackerTargets
(Download download, int type) protected void
DHTTrackerPlugin.increaseActive
(Download dl) protected boolean
protected boolean
DHTTrackerPlugin.isComplete
(Download download) private void
void
DHTTrackerPlugin.positionChanged
(Download download, int oldPosition, int newPosition) void
DHTTrackerPlugin.removeDownload
(Download download) void
DHTTrackerPlugin.stateChanged
(Download download, int old_state, int new_state) protected int
DHTTrackerPlugin.trackerGet
(Download download, DHTTrackerPlugin.RegistrationDetails details, boolean derived_only) protected void
DHTTrackerPlugin.trackerPut
(Download download, DHTTrackerPlugin.RegistrationDetails details) protected void
DHTTrackerPlugin.trackerRemove
(Download download, DHTTrackerPlugin.RegistrationDetails details) protected void
DHTTrackerPlugin.trackerRemove
(Download download, DHTTrackerPlugin.trackerTarget target) protected boolean
DHTTrackerPlugin.RegistrationDetails.updateTargets
(Download _download, int _reg_type) Constructors in com.biglybt.plugin.tracker.dht with parameters of type DownloadModifierConstructorDescriptionprotected
RegistrationDetails
(Download _download, int _reg_type, DHTTrackerPlugin.putDetails _put_details, byte _flags) -
Uses of Download in com.biglybt.plugin.tracker.local
Fields in com.biglybt.plugin.tracker.local with type parameters of type DownloadMethods in com.biglybt.plugin.tracker.local with parameters of type DownloadModifier and TypeMethodDescriptionvoid
LocalTrackerPlugin.downloadAdded
(Download download) void
LocalTrackerPlugin.downloadRemoved
(Download download) protected void
LocalTrackerPlugin.forceTrack
(Download download) LocalTrackerPlugin.getTrackerPeerSource
(Download download) void
LocalTrackerPlugin.positionChanged
(Download download, int oldPosition, int newPosition) void
LocalTrackerPlugin.stateChanged
(Download download, int old_state, int new_state) protected void
protected void
LocalTrackerPlugin.trackSupport
(Download download) -
Uses of Download in com.biglybt.ui.swt.devices
Methods in com.biglybt.ui.swt.devices with parameters of type DownloadModifier and TypeMethodDescriptionprotected static void
DeviceManagerUI.addDownload
(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, Download download) -
Uses of Download in com.biglybt.ui.swt.pif
Methods in com.biglybt.ui.swt.pif with parameters of type DownloadModifier and TypeMethodDescriptionvoid
UISWTInstance.showDownloadBar
(Download download, boolean display) Shows or hides a download bar for a given download. -
Uses of Download in com.biglybt.ui.swt.pifimpl
Methods in com.biglybt.ui.swt.pifimpl with parameters of type DownloadModifier and TypeMethodDescriptionvoid
UISWTInstanceImpl.instanceWrapper.showDownloadBar
(Download download, boolean display) void
UISWTInstanceImpl.showDownloadBar
(Download download, boolean display) -
Uses of Download in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views with parameters of type DownloadModifier and TypeMethodDescriptionprivate static void
PrivacyView.injectResult
(Download download, int[] result) -
Uses of Download in com.biglybt.ui.swt.views.tableitems
Fields in com.biglybt.ui.swt.views.tableitems with type parameters of type Download -
Uses of Download in com.biglybt.ui.swt.views.tableitems.mytorrents
Fields in com.biglybt.ui.swt.views.tableitems.mytorrents declared as DownloadFields in com.biglybt.ui.swt.views.tableitems.mytorrents with type parameters of type DownloadMethods in com.biglybt.ui.swt.views.tableitems.mytorrents that return DownloadMethods in com.biglybt.ui.swt.views.tableitems.mytorrents with parameters of type DownloadModifier and TypeMethodDescriptionprivate void
DownSpeedItem.RefreshListener.changeColor
(TableCell cell, Download dl, int iState) private void
UpSpeedItem.RefreshListener.changeColor
(TableCell cell, Download dl, int iState) protected abstract void
AbstractTrackerCell.updateSeedsPeers
(Download download, boolean use_cache) protected void
PeersItem.Cell.updateSeedsPeers
(Download download, boolean use_cache) protected void
SeedsItem.Cell.updateSeedsPeers
(Download download, boolean cache) protected void
TrackerStatusItem.Cell.updateSeedsPeers
(Download d, boolean cache) -
Uses of Download in com.biglybt.ui.swt.views.utils
Method parameters in com.biglybt.ui.swt.views.utils with type arguments of type DownloadModifier and TypeMethodDescriptionstatic void
ManagerUtils.moveToArchive
(List<Download> downloads, ManagerUtils.ArchiveCallback _run_when_complete) -
Uses of Download in com.biglybt.util
Methods in com.biglybt.util with parameters of type DownloadModifier and TypeMethodDescriptionstatic int[]
PlayUtils.getExternallyPlayableFileIndexes
(Download d, boolean complete_only) static boolean
PlayUtils.isExternallyPlayable
(Download d, int file_index, boolean complete_only) private static boolean
PlayUtils.isExternallyPlayableSupport
(Download d, int file_index, boolean complete_only)