Class TRTrackerBTScraperImpl
- java.lang.Object
-
- com.biglybt.core.tracker.client.impl.bt.TRTrackerBTScraperImpl
-
public class TRTrackerBTScraperImpl extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static AEMonitor
class_mon
private TRTrackerScraperImpl
scraper
protected static TRTrackerBTScraperImpl
singleton
private TrackerChecker
tracker_checker
-
Constructor Summary
Constructors Modifier Constructor Description protected
TRTrackerBTScraperImpl(TRTrackerScraperImpl _scraper)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TRTrackerBTScraperImpl
create(TRTrackerScraperImpl _scraper)
protected TRTrackerScraperImpl
getScraper()
TRTrackerScraperResponse
peekScrape(TOTorrent torrent, java.net.URL target_url)
void
remove(TOTorrent torrent)
TRTrackerScraperResponse
scrape(TOTorrent torrent, java.net.URL target_url, boolean force)
TRTrackerScraperResponse
scrape(TRTrackerAnnouncer tracker_client)
void
setScrape(TOTorrent torrent, java.net.URL url, DownloadScrapeResult result)
-
-
-
Field Detail
-
singleton
protected static TRTrackerBTScraperImpl singleton
-
class_mon
protected static final AEMonitor class_mon
-
scraper
private final TRTrackerScraperImpl scraper
-
tracker_checker
private final TrackerChecker tracker_checker
-
-
Constructor Detail
-
TRTrackerBTScraperImpl
protected TRTrackerBTScraperImpl(TRTrackerScraperImpl _scraper)
-
-
Method Detail
-
create
public static TRTrackerBTScraperImpl create(TRTrackerScraperImpl _scraper)
-
getScraper
protected TRTrackerScraperImpl getScraper()
-
setScrape
public void setScrape(TOTorrent torrent, java.net.URL url, DownloadScrapeResult result)
-
scrape
public TRTrackerScraperResponse scrape(TOTorrent torrent, java.net.URL target_url, boolean force)
-
peekScrape
public TRTrackerScraperResponse peekScrape(TOTorrent torrent, java.net.URL target_url)
-
scrape
public TRTrackerScraperResponse scrape(TRTrackerAnnouncer tracker_client)
-
remove
public void remove(TOTorrent torrent)
-
-