Uses of Class
com.biglybt.core.tracker.client.impl.bt.TRTrackerBTScraperImpl
-
Packages that use TRTrackerBTScraperImpl Package Description com.biglybt.core.tracker.client.impl com.biglybt.core.tracker.client.impl.bt -
-
Uses of TRTrackerBTScraperImpl in com.biglybt.core.tracker.client.impl
Fields in com.biglybt.core.tracker.client.impl declared as TRTrackerBTScraperImpl Modifier and Type Field Description private TRTrackerBTScraperImpl
TRTrackerScraperImpl. bt_scraper
-
Uses of TRTrackerBTScraperImpl in com.biglybt.core.tracker.client.impl.bt
Fields in com.biglybt.core.tracker.client.impl.bt declared as TRTrackerBTScraperImpl Modifier and Type Field Description private TRTrackerBTScraperImpl
TrackerChecker. scraper
TRTrackerScraperImpl object associated with this object.protected static TRTrackerBTScraperImpl
TRTrackerBTScraperImpl. singleton
Methods in com.biglybt.core.tracker.client.impl.bt that return TRTrackerBTScraperImpl Modifier and Type Method Description static TRTrackerBTScraperImpl
TRTrackerBTScraperImpl. create(TRTrackerScraperImpl _scraper)
Constructors in com.biglybt.core.tracker.client.impl.bt with parameters of type TRTrackerBTScraperImpl Constructor Description TrackerChecker(TRTrackerBTScraperImpl _scraper)
Initialize TrackerChecker.
-