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 TypeMethodDescriptionvoid
DownloadManager.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 TypeMethodDescriptionvoid
DownloadManagerImpl.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 TypeMethodDescriptionvoid
TRTrackerScraper.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 TypeMethodDescriptionvoid
TRTrackerScraperImpl.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 TypeMethodDescriptionvoid
TRTrackerBTScraperImpl.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 TypeMethodDescriptionvoid
TRTrackerDHTScraperImpl.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 DownloadScrapeResult
Download.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 TypeMethodDescriptionvoid
DownloadTrackerListener.scrapeResult
(DownloadScrapeResult result) A scrape result has been returned from a trackervoid
Download.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 class
class
Methods 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 TypeMethodDescriptionvoid
DownloadEventNotifierImpl.DownloadTrackerNotifier.scrapeResult
(DownloadScrapeResult result) void
DownloadImpl.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 RPDownloadScrapeResult
RPDownloadScrapeResult.create
(DownloadScrapeResult _delegate) void
RPDownload.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 void
DownloadRemoveRulesPlugin.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 TypeMethodDescriptionvoid
RunEverythingPlugin.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 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
DefaultRankCalculator.scrapeReceived
(DownloadScrapeResult result) void
RankCalculatorReal.scrapeReceived
(DownloadScrapeResult result) void
RankCalculatorSlotReserver.scrapeReceived
(DownloadScrapeResult result) void
StartStopRulesDefaultPlugin.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 TypeMethodDescriptionvoid
DHTTrackerPlugin.scrapeResult
(DownloadScrapeResult result)