Uses of Interface
com.biglybt.pif.download.DownloadScrapeResult
Packages that use DownloadScrapeResult
Package
Description
-
Uses of DownloadScrapeResult in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadScrapeResultModifier and TypeMethodDescriptionvoidDownloadManager.setScrapeResult(DownloadScrapeResult result) -
Uses of DownloadScrapeResult in com.biglybt.core.download.impl
Methods in com.biglybt.core.download.impl with parameters of type DownloadScrapeResultModifier and TypeMethodDescriptionvoidDownloadManagerImpl.setScrapeResult(DownloadScrapeResult result) -
Uses of DownloadScrapeResult in com.biglybt.core.lws
Fields in com.biglybt.core.lws declared as DownloadScrapeResultMethods in com.biglybt.core.lws that return DownloadScrapeResultModifier and TypeMethodDescriptionLWSDownload.getAggregatedScrapeResult(boolean cache) LWSDownload.getLastScrapeResult()Methods in com.biglybt.core.lws with parameters of type DownloadScrapeResult -
Uses of DownloadScrapeResult in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client with parameters of type DownloadScrapeResultModifier and TypeMethodDescriptionvoidTRTrackerScraper.setScrape(TOTorrent torrent, URL url, DownloadScrapeResult result) -
Uses of DownloadScrapeResult in com.biglybt.core.tracker.client.impl
Methods in com.biglybt.core.tracker.client.impl with parameters of type DownloadScrapeResultModifier and TypeMethodDescriptionvoidTRTrackerScraperImpl.setScrape(TOTorrent torrent, URL target_url, DownloadScrapeResult result) -
Uses of DownloadScrapeResult in com.biglybt.core.tracker.client.impl.bt
Methods in com.biglybt.core.tracker.client.impl.bt with parameters of type DownloadScrapeResultModifier and TypeMethodDescriptionvoidTRTrackerBTScraperImpl.setScrape(TOTorrent torrent, URL url, DownloadScrapeResult result) -
Uses of DownloadScrapeResult in com.biglybt.core.tracker.client.impl.dht
Methods in com.biglybt.core.tracker.client.impl.dht with parameters of type DownloadScrapeResultModifier and TypeMethodDescriptionvoidTRTrackerDHTScraperImpl.setScrape(TOTorrent torrent, URL url, DownloadScrapeResult result) -
Uses of DownloadScrapeResult in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return DownloadScrapeResultModifier and TypeMethodDescriptiondefault DownloadScrapeResultDownload.getAggregatedScrapeResult()Returns an aggregated scrape result of all good results, or if none the same as getLastScrapeResultDownload.getAggregatedScrapeResult(boolean allow_caching) Download.getLastScrapeResult()Gives access to the last scrape result received from the tracker for the downloadMethods in com.biglybt.pif.download with parameters of type DownloadScrapeResultModifier and TypeMethodDescriptionvoidDownloadTrackerListener.scrapeResult(DownloadScrapeResult result) A scrape result has been returned from a trackervoidDownload.setScrapeResult(DownloadScrapeResult result) -
Uses of DownloadScrapeResult in com.biglybt.pifimpl.local.download
Classes in com.biglybt.pifimpl.local.download that implement DownloadScrapeResultModifier and TypeClassDescriptionprivate static classclassMethods in com.biglybt.pifimpl.local.download that return DownloadScrapeResultModifier and TypeMethodDescriptionDownloadImpl.getAggregatedScrapeResult(boolean allow_caching) DownloadImpl.getLastScrapeResult()Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadScrapeResultModifier and TypeMethodDescriptionvoidDownloadEventNotifierImpl.DownloadTrackerNotifier.scrapeResult(DownloadScrapeResult result) voidDownloadImpl.setScrapeResult(DownloadScrapeResult result) -
Uses of DownloadScrapeResult in com.biglybt.pifimpl.remote.download
Classes in com.biglybt.pifimpl.remote.download that implement DownloadScrapeResultFields in com.biglybt.pifimpl.remote.download declared as DownloadScrapeResultMethods in com.biglybt.pifimpl.remote.download that return DownloadScrapeResultModifier and TypeMethodDescriptionRPDownload.getAggregatedScrapeResult(boolean cache) RPDownload.getLastScrapeResult()Methods in com.biglybt.pifimpl.remote.download with parameters of type DownloadScrapeResultModifier and TypeMethodDescriptionstatic RPDownloadScrapeResultRPDownloadScrapeResult.create(DownloadScrapeResult _delegate) voidRPDownload.setScrapeResult(DownloadScrapeResult result) Constructors in com.biglybt.pifimpl.remote.download with parameters of type DownloadScrapeResult -
Uses of DownloadScrapeResult in com.biglybt.plugin.removerules
Methods in com.biglybt.plugin.removerules with parameters of type DownloadScrapeResultModifier and TypeMethodDescriptionprotected voidDownloadRemoveRulesPlugin.handleScrape(Download download, DownloadScrapeResult response) -
Uses of DownloadScrapeResult in com.biglybt.plugin.startstoprules.always
Methods in com.biglybt.plugin.startstoprules.always with parameters of type DownloadScrapeResultModifier and TypeMethodDescriptionvoidRunEverythingPlugin.scrapeResult(DownloadScrapeResult result) -
Uses of DownloadScrapeResult in com.biglybt.plugin.startstoprules.defaultplugin
Methods in com.biglybt.plugin.startstoprules.defaultplugin that return DownloadScrapeResultModifier and TypeMethodDescriptionDefaultRankCalculator.getAggregatedScrapeResult(boolean b) RankCalculatorReal.getAggregatedScrapeResult(boolean b) RankCalculatorSlotReserver.getAggregatedScrapeResult(boolean b) Methods in com.biglybt.plugin.startstoprules.defaultplugin with parameters of type DownloadScrapeResultModifier 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 copiesvoidDefaultRankCalculator.scrapeReceived(DownloadScrapeResult result) voidRankCalculatorReal.scrapeReceived(DownloadScrapeResult result) voidRankCalculatorSlotReserver.scrapeReceived(DownloadScrapeResult result) voidStartStopRulesDefaultPlugin.StartStopDMTrackerListener.scrapeResult(DownloadScrapeResult result) -
Uses of DownloadScrapeResult in com.biglybt.plugin.tracker.dht
Methods in com.biglybt.plugin.tracker.dht that return DownloadScrapeResultModifier and TypeMethodDescriptionDHTTrackerPlugin.scrape(byte[] hash) This is used by the dhtscraper pluginMethods in com.biglybt.plugin.tracker.dht with parameters of type DownloadScrapeResultModifier and TypeMethodDescriptionvoidDHTTrackerPlugin.scrapeResult(DownloadScrapeResult result)