Uses of Class
com.biglybt.core.tracker.client.impl.TRTrackerScraperResponseImpl
-
Packages that use TRTrackerScraperResponseImpl Package Description com.biglybt.core.tracker.client.impl.bt com.biglybt.core.tracker.client.impl.dht -
-
Uses of TRTrackerScraperResponseImpl in com.biglybt.core.tracker.client.impl.bt
Subclasses of TRTrackerScraperResponseImpl in com.biglybt.core.tracker.client.impl.bt Modifier and Type Class Description class
TRTrackerBTScraperResponseImpl
Fields in com.biglybt.core.tracker.client.impl.bt with type parameters of type TRTrackerScraperResponseImpl Modifier and Type Field Description private java.util.HashMap<HashWrapper,TRTrackerScraperResponseImpl>
TrackerStatus. hashes
key = Torrent hash.Methods in com.biglybt.core.tracker.client.impl.bt that return TRTrackerScraperResponseImpl Modifier and Type Method Description protected TRTrackerScraperResponseImpl
TrackerStatus. addHash(HashWrapper hash)
protected TRTrackerScraperResponseImpl
TrackerChecker. getHashData(TOTorrent torrent, java.net.URL target_url)
Retrieves the last cached Scraper Response based on a TOTorrent's Announce URL (not announce-list) and hash.protected TRTrackerScraperResponseImpl
TrackerChecker. getHashData(TRTrackerAnnouncer tracker_client)
Retrieves the last cached Scraper Response based on a TRTrackerClient's current URL (announce-list entry or announce) and its torrent's hash.protected TRTrackerScraperResponseImpl
TrackerChecker. getHashData(java.net.URL trackerUrl, HashWrapper hash)
Retrieves the last cached Scraper Response for the supplied tracker URL and hash.protected TRTrackerScraperResponseImpl
TrackerStatus. getHashData(HashWrapper hash)
protected TRTrackerScraperResponseImpl
TrackerChecker. peekHashData(TOTorrent torrent, java.net.URL target_url)
Method parameters in com.biglybt.core.tracker.client.impl.bt with type arguments of type TRTrackerScraperResponseImpl Modifier and Type Method Description protected void
TrackerStatus. runScrapes(java.util.ArrayList<TRTrackerScraperResponseImpl> responses, boolean force, boolean async)
protected void
TrackerStatus. runScrapesSupport(java.util.ArrayList<TRTrackerScraperResponseImpl> allResponses, boolean force)
private void
TrackerStatus. setAllError(java.util.List<TRTrackerScraperResponseImpl> responses, java.lang.Exception e)
-
Uses of TRTrackerScraperResponseImpl in com.biglybt.core.tracker.client.impl.dht
Subclasses of TRTrackerScraperResponseImpl in com.biglybt.core.tracker.client.impl.dht Modifier and Type Class Description class
TRTrackerDHTScraperResponseImpl
-