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 longCategoryManagerImpl.getAddedTime(Download download) -
Uses of Download in com.biglybt.core.content
Fields in com.biglybt.core.content declared as DownloadModifier and TypeFieldDescriptionprivate final DownloadPlatformContentDirectory.ContentFileHandler.downloadMethods in com.biglybt.core.content that return DownloadModifier and TypeMethodDescriptionContentDownload.getDownload()protected DownloadRelatedContentManager.getDownload(byte[] hash) abstract DownloadRelatedContent.getRelatedToDownload()RelatedContentManager.DownloadInfo.getRelatedToDownload()Methods in com.biglybt.core.content with parameters of type DownloadModifier and TypeMethodDescriptionprotected voidRelatedContentManager.addDownloads(Download[] downloads, boolean initialising) RelatedContentManager.getExplicitTags(Download download) private byte[][]private byteRelatedContentManager.getNetworks(Download download) private String[]Constructors in com.biglybt.core.content with parameters of type Download -
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 TypeMethodDescriptionvoidTranscodeJobImpl.downloadWillBeRemoved(Download download) protected voidDeviceUPnPImpl.setCategories(TranscodeFileImpl tf, Download dl) protected voidDeviceUPnPImpl.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 DownloadNetworkAdminSpeedTesterBTImpl.TorrentSpeedTestMonitorThread.testDownloadMethods 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 TypeMethodDescriptionvoidNetworkAdminSpeedTestScheduledTestImpl.SpeedTestDownloadState.downloadAdded(Download download) voidNetworkAdminSpeedTestScheduledTestImpl.SpeedTestDownloadState.downloadRemoved(Download download) private intNetworkAdminSpeedTestScheduledTestImpl.SpeedTestDownloadState.getDownloadDetails(Download d, String param) Get the upload or download limit for this Download object before the test started.private voidNetworkAdminSpeedTestScheduledTestImpl.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
Fields in com.biglybt.core.speedmanager with type parameters of type DownloadMethods in com.biglybt.core.speedmanager with parameters of type DownloadModifier and TypeMethodDescriptionvoidSpeedLimitHandler.DML.downloadAdded(Download download) voidSpeedLimitHandler.DML.downloadRemoved(Download download) private voidSpeedLimitHandler.peerRemoved(Download download, PeerManager peer_manager, Peer peer) private voidSpeedLimitHandler.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 TypeMethodDescriptionvoidprivate booleanSubscriptionManagerImpl.downloadIsIgnored(Download download) protected voidSubscriptionManagerImpl.prepareDownload(Download download, Subscription[] subscriptions, SubscriptionResult[] results) protected booleanSubscriptionManagerImpl.recoverSubscriptionUpdate(Download download, Map rd) protected voidSubscriptionManagerImpl.removeDownload(Download download, boolean remove_data) private voidSubscriptionManagerImpl.searchTemplateOK(SubscriptionImpl subs, Download download) private DHTPluginInterfaceSubscriptionManagerImpl.selectDHTPlugin(Download download) protected booleanSubscriptionManagerImpl.subscriptionExists(Download download, SubscriptionImpl subs) protected voidSubscriptionManagerImpl.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 TypeMethodDescriptionvoidTagManagerImpl.onCompletion(Download d) voidTagPropertyConstraintHandler.positionChanged(Download download, int oldPosition, int newPosition) voidTagPropertyConstraintHandler.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 StringUrlUtils.addSource(Download download, String magnet, InetSocketAddress address) static StringUrlUtils.getMagnetURI(Download download) static StringUrlUtils.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 resultdefault DownloadDownloadManager.getDownload(byte[] hash) Gets a download given its hashDownloadManager.getDownload(byte[] hash, boolean check_truncated_hash) DownloadManager.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 TypeMethodDescriptionvoidDownloadAttributeListener.attributeEventOccurred(Download download, TorrentAttribute attribute, int event_type) This method will be called when an attribute event occurs.voidDownloadManagerListener.downloadAdded(Download download) voidDownloadManagerListener.downloadRemoved(Download download) voidDownloadWillBeRemovedListener.downloadWillBeRemoved(Download download) voidDownloadWillBeAddedListener.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)voidDownloadCompletionListener.onCompletion(Download d) Called when a download enters a complete state (previously being incomplete).voidDownloadPeerListener.peerManagerAdded(Download download, PeerManager peer_manager) voidDownloadPeerListener.peerManagerRemoved(Download download, PeerManager peer_manager) voidDownloadListener.positionChanged(Download download, int oldPosition, int newPosition) Position of download has changed.voidDownloadListener.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 TypeMethodDescriptionbooleanDefaultSaveLocationManager.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 TypeMethodDescriptionvoidMessageManagerListener.compatiblePeerFound(Download download, Peer peer, Message message) Notify of new peer connection that supports the given message type.voidMessageManagerListener.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 DownloadPluginCoreUtils.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 DownloadManagerstatic DownloadManagerPluginCoreUtils.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 TypeMethodDescriptionvoidDDBaseTTTorrent.addDownload(Download download) static List<DistributedDatabase> voidDDBaseTTTorrent.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 DownloadDownloadImpl.AggregateScrapeResult.dlprotected DownloadDownloadAnnounceResultImpl.downloadMethods 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 DownloadDownloadManagerImpl.destubbify(DownloadStubImpl stub) DownloadStubImpl.destubbify()DownloadAnnounceResultImpl.getDownload()DownloadImpl.AggregateScrapeResult.getDownload()DownloadManagerImpl.getDownload(byte[] hash, boolean check_truncated) DownloadManagerImpl.getDownload(DiskManager dm) protected DownloadDownloadManagerImpl.getDownload(TOTorrent torrent) DownloadManagerImpl.getDownload(Torrent _torrent) DownloadScrapeResultImpl.getDownload()Download[]DownloadManagerImpl.getDownloads()Download[]DownloadManagerImpl.getDownloads(boolean bSorted) static DownloadDownloadManagerImpl.getDownloadStatic(DiskManager dm) static DownloadDownloadManagerImpl.getDownloadStatic(TOTorrent torrent) Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadModifier and TypeMethodDescriptionvoidDownloadEventNotifierImpl.DownloadAttributeNotifier.attributeEventOccurred(Download d, TorrentAttribute ta, int event_type) voidDownloadEventNotifierImpl.DownloadActivationNotifier.downloadAdded(Download download) voidDownloadEventNotifierImpl.DownloadAttributeNotifier.downloadAdded(Download d) voidDownloadEventNotifierImpl.DownloadCompletionNotifier.downloadAdded(Download download) voidDownloadEventNotifierImpl.DownloadNotifier.downloadAdded(Download download) voidDownloadEventNotifierImpl.DownloadPeerNotifier.downloadAdded(Download download) voidDownloadEventNotifierImpl.DownloadTrackerNotifier.downloadAdded(Download download) voidDownloadEventNotifierImpl.DownloadWillBeRemovedNotifier.downloadAdded(Download download) voidDownloadEventNotifierImpl.DownloadActivationNotifier.downloadRemoved(Download download) voidDownloadEventNotifierImpl.DownloadAttributeNotifier.downloadRemoved(Download d) voidDownloadEventNotifierImpl.DownloadCompletionNotifier.downloadRemoved(Download download) voidDownloadEventNotifierImpl.DownloadNotifier.downloadRemoved(Download download) voidDownloadEventNotifierImpl.DownloadPeerNotifier.downloadRemoved(Download download) voidDownloadEventNotifierImpl.DownloadTrackerNotifier.downloadRemoved(Download download) voidDownloadEventNotifierImpl.DownloadWillBeRemovedNotifier.downloadRemoved(Download download) voidDownloadEventNotifierImpl.DownloadWillBeRemovedNotifier.downloadWillBeRemoved(Download download) voidDownloadEventNotifierImpl.DownloadCompletionNotifier.onCompletion(Download download) voidDownloadEventNotifierImpl.DownloadPeerNotifier.peerManagerAdded(Download download, PeerManager peer_manager) voidDownloadEventNotifierImpl.DownloadPeerNotifier.peerManagerRemoved(Download download, PeerManager peer_manager) voidDownloadEventNotifierImpl.DownloadNotifier.positionChanged(Download download, int old_position, int new_position) voidDownloadEventNotifierImpl.DownloadNotifier.stateChanged(Download download, int old_state, int new_state) Constructors in com.biglybt.pifimpl.local.download with parameters of type DownloadModifierConstructorDescriptionprivateAggregateScrapeResult(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 voidResourceDownloaderTorrentImpl.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, boolean check_truncated) 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 voidvoidExternalSeedPlugin.downloadAdded(Download download) voidExternalSeedPlugin.downloadAdded(Download download, boolean changed) voidExternalSeedPlugin.downloadChanged(Download download) voidExternalSeedPlugin.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 DownloadModifierConstructorDescriptionprotectedExternalSeedPeer(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) DownloadMagnetPluginMDDownloader.DownloadActivity.downloadMethods 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 longBuddyPlugin.getAddedTime(Download download) static BuddyPluginBeta.ChatInstancestatic StringBuddyPluginUtils.getChatKey(Download download) booleanBuddyPlugin.isPartialBuddy(Download download, Peer peer) BuddyPluginBeta.peekChatInstance(Download download) BuddyPluginBeta.peekChatInstances(Download download) static List<BuddyPluginBeta.ChatInstance> BuddyPluginUtils.peekChatInstances(Download download) voidBuddyPluginBeta.ChatInstance.sendMessage(Download download) voidBuddyPlugin.setPartialBuddy(Download download, Peer peer, boolean is_partial, boolean manual) voidBuddyPluginBeta.tagDownload(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_trackingBuddyPluginTracker.PartialBuddyData.downloadsprivate Map<Download, BuddyPluginTracker.BuddyDownloadData> BuddyPluginTracker.BuddyTrackingData.downloads_in_commonBuddyPluginTracker.BuddyTrackingData.downloads_sentprivate Map<HashWrapper, Download> BuddyPluginTracker.full_id_mapBuddyPluginTracker.last_processed_download_setprivate Map<HashWrapper, List<Download>> BuddyPluginTracker.short_id_mapBuddyPluginTracker.tracked_downloadsMethods 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(int version, byte[] ids, byte[] states) BuddyPluginTracker.BuddyTrackingData.importShortIDs(byte[] ids) Methods in com.biglybt.plugin.net.buddy.tracker with parameters of type DownloadModifier and TypeMethodDescriptionvoidBuddyPluginTracker.addPartialBuddy(Download download, Peer peer, boolean manual) voidBuddyPluginTracker.downloadAdded(Download download) voidBuddyPluginTracker.downloadRemoved(Download download) protected BuddyPluginTracker.BuddyDownloadDataBuddyPluginTracker.BuddyTrackingData.getBuddyDownloadData(Download download) protected booleanBuddyPluginTracker.BuddyTrackingData.isDownloadInactive(Download download) booleanBuddyPluginTracker.isPartialBuddy(Download download, Peer peer) protected voidBuddyPluginTracker.markBuddyPeer(Download download, Peer peer, boolean is_partial) protected booleanvoidBuddyPluginTracker.peerManagerAdded(Download download, PeerManager peer_manager) voidBuddyPluginTracker.peerManagerRemoved(Download download, PeerManager peer_manager) protected voidBuddyPluginTracker.BuddyTrackingData.removeDownload(Download download) voidBuddyPluginTracker.removePartialBuddy(Download download, Peer peer, boolean manual) protected voidBuddyPluginTracker.trackDownload(Download download) protected voidprotected voidBuddyPluginTracker.trackPeers(Download download) protected voidBuddyPluginTracker.trackPeers(Download download, PeerManager pm) protected voidBuddyPluginTracker.untrackDownload(Download download) protected voidBuddyPluginTracker.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 voidBuddyPluginTracker.BuddyTrackingData.updateLocal(Set<Download> downloads, int id, Map diff_map, Set<Download> downloads_with_remote_active_incomplete) Constructors in com.biglybt.plugin.net.buddy.tracker with parameters of type DownloadModifierConstructorDescriptionprotectedBuddyDownloadData(Download download) protecteddownloadData(Download download) -
Uses of Download in com.biglybt.plugin.removerules
Methods in com.biglybt.plugin.removerules with parameters of type DownloadModifier and TypeMethodDescriptionvoidDownloadRemoveRulesPlugin.downloadAdded(Download download) voidDownloadRemoveRulesPlugin.downloadRemoved(Download download) protected voidDownloadRemoveRulesPlugin.handleAnnounce(Download download, DownloadAnnounceResult response) protected voidDownloadRemoveRulesPlugin.handleAnnounceScrapeStatus(Download download, String status) protected voidDownloadRemoveRulesPlugin.handleScrape(Download download, DownloadScrapeResult response) protected voidDownloadRemoveRulesPlugin.removeDownload(Download download, boolean remove_data) protected voidDownloadRemoveRulesPlugin.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_mapMethods in com.biglybt.plugin.sharing.hoster that return DownloadModifier and TypeMethodDescriptionprivate DownloadShareHosterPlugin.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 DownloadRunEverythingPlugin.downloadData.getDownload()Methods in com.biglybt.plugin.startstoprules.always with parameters of type DownloadModifier and TypeMethodDescriptionvoidRunEverythingPlugin.downloadAdded(Download download) voidRunEverythingPlugin.downloadRemoved(Download download) voidRunEverythingPlugin.positionChanged(Download download, int oldPosition, int newPosition) voidRunEverythingPlugin.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 intRankCalculatorReal.calcPeersNoUs(Download download, DownloadScrapeResult sr) private intRankCalculatorReal.calcSeedsNoUs(Download download, DownloadScrapeResult sr) Get # of seeds, not including us, AND including fake full copiesprivate intRankCalculatorReal.calcSeedsNoUs(Download download, DownloadScrapeResult sr, int numPeers) Get # of seeds, not including us, AND including fake full copiesvoidStartStopRulesDefaultPlugin.StartStopDMListener.downloadAdded(Download download) voidStartStopRulesDefaultPlugin.StartStopDMListener.downloadRemoved(Download download) static DefaultRankCalculatorStartStopRulesDefaultPlugin.getRankCalculator(Download dl) booleanStartStopRulesFPListener.isFirstPriority(Download download, int numSeeds, int numPeers, StringBuffer debug) This method should return true to force a download to be first priority.voidStartStopRulesDefaultPlugin.StartStopDownloadListener.positionChanged(Download download, int oldPosition, int newPosition) voidStartStopRulesDefaultPlugin.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_progressDHTTrackerPlugin.interesting_downloadsDHTTrackerPlugin.interesting_publishedDHTTrackerPlugin.limited_online_trackingDHTTrackerPlugin.query_mapprivate Map<Download, DHTTrackerPlugin.RegistrationDetails> DHTTrackerPlugin.registered_downloadsDHTTrackerPlugin.run_data_cacheDHTTrackerPlugin.running_downloadsDHTTrackerPlugin.scrape_injection_mapMethods in com.biglybt.plugin.tracker.dht with parameters of type DownloadModifier and TypeMethodDescriptionvoidDHTTrackerPlugin.addDownload(Download download) private voidvoidDHTTrackerPlugin.attributeEventOccurred(Download download, TorrentAttribute attr, int event_type) protected voidDHTTrackerPlugin.checkDownloadForRegistration(Download download, boolean first_time) protected voidDHTTrackerPlugin.decreaseActive(Download dl) protected longDHTTrackerPlugin.getDerivedTrackMetric(Download download) DHTTrackerPlugin.getTrackerPeerSource(Download download) protected voidDHTTrackerPlugin.RegistrationDetails.getTrackerTargets(Download download, int type) protected voidDHTTrackerPlugin.increaseActive(Download dl) protected booleanprotected booleanDHTTrackerPlugin.isComplete(Download download) private voidvoidDHTTrackerPlugin.positionChanged(Download download, int oldPosition, int newPosition) voidDHTTrackerPlugin.removeDownload(Download download) voidDHTTrackerPlugin.stateChanged(Download download, int old_state, int new_state) protected intDHTTrackerPlugin.trackerGet(Download download, DHTTrackerPlugin.RegistrationDetails details, boolean derived_only) protected voidDHTTrackerPlugin.trackerPut(Download download, DHTTrackerPlugin.RegistrationDetails details) protected voidDHTTrackerPlugin.trackerRemove(Download download, DHTTrackerPlugin.RegistrationDetails details) protected voidDHTTrackerPlugin.trackerRemove(Download download, DHTTrackerPlugin.trackerTarget target) protected booleanDHTTrackerPlugin.RegistrationDetails.updateTargets(Download _download, int _reg_type) Constructors in com.biglybt.plugin.tracker.dht with parameters of type DownloadModifierConstructorDescriptionprotectedRegistrationDetails(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 TypeMethodDescriptionvoidLocalTrackerPlugin.downloadAdded(Download download) voidLocalTrackerPlugin.downloadRemoved(Download download) protected voidLocalTrackerPlugin.forceTrack(Download download) LocalTrackerPlugin.getTrackerPeerSource(Download download) voidLocalTrackerPlugin.positionChanged(Download download, int oldPosition, int newPosition) voidLocalTrackerPlugin.stateChanged(Download download, int old_state, int new_state) protected voidprotected voidLocalTrackerPlugin.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 voidDeviceManagerUI.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 TypeMethodDescriptionvoidUISWTInstance.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 TypeMethodDescriptionvoidUISWTInstanceImpl.instanceWrapper.showDownloadBar(Download download, boolean display) voidUISWTInstanceImpl.showDownloadBar(Download download, boolean display) -
Uses of Download in com.biglybt.ui.swt.plugin.net.buddy.swt
Methods in com.biglybt.ui.swt.plugin.net.buddy.swt with parameters of type DownloadModifier and TypeMethodDescriptionprivate voidBuddyPluginViewBetaChat.dropDownload(Download download, BuddyPluginViewBetaChat.DropAccepter accepter) BuddyPluginView.getDownloadAdapter(Download download) -
Uses of Download in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views with parameters of type DownloadModifier and TypeMethodDescriptionprivate static voidPrivacyView.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 voidDownSpeedItem.RefreshListener.changeColor(TableCell cell, Download dl, int iState) private voidUpSpeedItem.RefreshListener.changeColor(TableCell cell, Download dl, int iState) protected abstract voidAbstractTrackerCell.updateSeedsPeers(Download download, boolean use_cache) protected voidPeersItem.Cell.updateSeedsPeers(Download download, boolean use_cache) protected voidSeedsItem.Cell.updateSeedsPeers(Download download, boolean cache) protected voidTrackerStatusItem.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 voidManagerUtils.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 booleanPlayUtils.isExternallyPlayable(Download d, int file_index, boolean complete_only) private static booleanPlayUtils.isExternallyPlayableSupport(Download d, int file_index, boolean complete_only)