Uses of Class
com.biglybt.core.tracker.client.impl.TRTrackerScraperImpl
-
Packages that use TRTrackerScraperImpl Package Description com.biglybt.core.tracker.client.impl com.biglybt.core.tracker.client.impl.bt com.biglybt.core.tracker.client.impl.dht -
-
Uses of TRTrackerScraperImpl in com.biglybt.core.tracker.client.impl
Fields in com.biglybt.core.tracker.client.impl declared as TRTrackerScraperImpl Modifier and Type Field Description private static TRTrackerScraperImpl
TRTrackerScraperImpl. singleton
Methods in com.biglybt.core.tracker.client.impl that return TRTrackerScraperImpl Modifier and Type Method Description static TRTrackerScraperImpl
TRTrackerScraperImpl. create()
-
Uses of TRTrackerScraperImpl in com.biglybt.core.tracker.client.impl.bt
Fields in com.biglybt.core.tracker.client.impl.bt declared as TRTrackerScraperImpl Modifier and Type Field Description private TRTrackerScraperImpl
TrackerStatus. scraper
only needed to notify listenersprivate TRTrackerScraperImpl
TRTrackerBTScraperImpl. scraper
Methods in com.biglybt.core.tracker.client.impl.bt that return TRTrackerScraperImpl Modifier and Type Method Description protected TRTrackerScraperImpl
TRTrackerBTScraperImpl. getScraper()
Methods in com.biglybt.core.tracker.client.impl.bt with parameters of type TRTrackerScraperImpl Modifier and Type Method Description static TRTrackerBTScraperImpl
TRTrackerBTScraperImpl. create(TRTrackerScraperImpl _scraper)
Constructors in com.biglybt.core.tracker.client.impl.bt with parameters of type TRTrackerScraperImpl Constructor Description TrackerStatus(TrackerChecker _checker, TRTrackerScraperImpl _scraper, java.net.URL _tracker_url)
TRTrackerBTScraperImpl(TRTrackerScraperImpl _scraper)
-
Uses of TRTrackerScraperImpl in com.biglybt.core.tracker.client.impl.dht
Fields in com.biglybt.core.tracker.client.impl.dht declared as TRTrackerScraperImpl Modifier and Type Field Description private TRTrackerScraperImpl
TRTrackerDHTScraperImpl. scraper
Methods in com.biglybt.core.tracker.client.impl.dht with parameters of type TRTrackerScraperImpl Modifier and Type Method Description static TRTrackerDHTScraperImpl
TRTrackerDHTScraperImpl. create(TRTrackerScraperImpl _scraper)
Constructors in com.biglybt.core.tracker.client.impl.dht with parameters of type TRTrackerScraperImpl Constructor Description TRTrackerDHTScraperImpl(TRTrackerScraperImpl _scraper)
-