Uses of Interface
com.biglybt.pif.download.DownloadScrapeResult
-
-
Uses of DownloadScrapeResult in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadScrapeResult Modifier and Type Method Description void
DownloadManager. setScrapeResult(DownloadScrapeResult result)
-
Uses of DownloadScrapeResult in com.biglybt.core.download.impl
Methods in com.biglybt.core.download.impl with parameters of type DownloadScrapeResult Modifier and Type Method Description void
DownloadManagerImpl. setScrapeResult(DownloadScrapeResult result)
-
Uses of DownloadScrapeResult in com.biglybt.core.lws
Fields in com.biglybt.core.lws declared as DownloadScrapeResult Modifier and Type Field Description private DownloadScrapeResult
LWSDownload. scrape_result
Methods in com.biglybt.core.lws that return DownloadScrapeResult Modifier and Type Method Description DownloadScrapeResult
LWSDownload. getAggregatedScrapeResult(boolean cache)
DownloadScrapeResult
LWSDownload. getLastScrapeResult()
Methods in com.biglybt.core.lws with parameters of type DownloadScrapeResult Modifier and Type Method Description void
LWSDownload. setScrapeResult(DownloadScrapeResult result)
-
Uses of DownloadScrapeResult in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client with parameters of type DownloadScrapeResult Modifier and Type Method Description void
TRTrackerScraper. setScrape(TOTorrent torrent, java.net.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 DownloadScrapeResult Modifier and Type Method Description void
TRTrackerScraperImpl. setScrape(TOTorrent torrent, java.net.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 DownloadScrapeResult Modifier and Type Method Description void
TRTrackerBTScraperImpl. setScrape(TOTorrent torrent, java.net.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 DownloadScrapeResult Modifier and Type Method Description void
TRTrackerDHTScraperImpl. setScrape(TOTorrent torrent, java.net.URL url, DownloadScrapeResult result)
-
Uses of DownloadScrapeResult in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return DownloadScrapeResult Modifier and Type Method Description default DownloadScrapeResult
Download. getAggregatedScrapeResult()
Returns an aggregated scrape result of all good results, or if none the same as getLastScrapeResultDownloadScrapeResult
Download. getAggregatedScrapeResult(boolean allow_caching)
DownloadScrapeResult
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 DownloadScrapeResult Modifier and Type Method Description void
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 DownloadScrapeResult Modifier and Type Class Description private static class
DownloadImpl.AggregateScrapeResult
class
DownloadScrapeResultImpl
Methods in com.biglybt.pifimpl.local.download that return DownloadScrapeResult Modifier and Type Method Description DownloadScrapeResult
DownloadImpl. getAggregatedScrapeResult(boolean allow_caching)
DownloadScrapeResult
DownloadImpl. getLastScrapeResult()
Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadScrapeResult Modifier and Type Method Description void
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 DownloadScrapeResult Modifier and Type Class Description class
RPDownloadScrapeResult
Fields in com.biglybt.pifimpl.remote.download declared as DownloadScrapeResult Modifier and Type Field Description protected DownloadScrapeResult
RPDownloadScrapeResult. delegate
Methods in com.biglybt.pifimpl.remote.download that return DownloadScrapeResult Modifier and Type Method Description DownloadScrapeResult
RPDownload. getAggregatedScrapeResult(boolean cache)
DownloadScrapeResult
RPDownload. getLastScrapeResult()
Methods in com.biglybt.pifimpl.remote.download with parameters of type DownloadScrapeResult Modifier and Type Method Description static RPDownloadScrapeResult
RPDownloadScrapeResult. create(DownloadScrapeResult _delegate)
void
RPDownload. setScrapeResult(DownloadScrapeResult result)
Constructors in com.biglybt.pifimpl.remote.download with parameters of type DownloadScrapeResult Constructor Description RPDownloadScrapeResult(DownloadScrapeResult _delegate)
-
Uses of DownloadScrapeResult in com.biglybt.plugin.removerules
Methods in com.biglybt.plugin.removerules with parameters of type DownloadScrapeResult Modifier and Type Method Description protected 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 DownloadScrapeResult Modifier and Type Method Description void
RunEverythingPlugin. scrapeResult(DownloadScrapeResult result)
-
Uses of DownloadScrapeResult in com.biglybt.plugin.startstoprules.defaultplugin
Methods in com.biglybt.plugin.startstoprules.defaultplugin that return DownloadScrapeResult Modifier and Type Method Description DownloadScrapeResult
DefaultRankCalculator. getAggregatedScrapeResult(boolean b)
DownloadScrapeResult
RankCalculatorReal. getAggregatedScrapeResult(boolean b)
DownloadScrapeResult
RankCalculatorSlotReserver. getAggregatedScrapeResult(boolean b)
Methods in com.biglybt.plugin.startstoprules.defaultplugin with parameters of type DownloadScrapeResult Modifier and Type Method Description private 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 DownloadScrapeResult Modifier and Type Method Description DownloadScrapeResult
DHTTrackerPlugin. scrape(byte[] hash)
This is used by the dhtscraper pluginMethods in com.biglybt.plugin.tracker.dht with parameters of type DownloadScrapeResult Modifier and Type Method Description void
DHTTrackerPlugin. scrapeResult(DownloadScrapeResult result)
-