Uses of Interface
com.biglybt.core.tracker.client.TRTrackerScraper
-
Packages that use TRTrackerScraper Package Description com.biglybt.core.global com.biglybt.core.global.impl com.biglybt.core.tracker.client com.biglybt.core.tracker.client.impl -
-
Uses of TRTrackerScraper in com.biglybt.core.global
Methods in com.biglybt.core.global that return TRTrackerScraper Modifier and Type Method Description TRTrackerScraper
GlobalManager. getTrackerScraper()
Retrieve the Tracker Scraper management class -
Uses of TRTrackerScraper in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl declared as TRTrackerScraper Modifier and Type Field Description private TRTrackerScraper
GlobalManagerImpl. trackerScraper
Methods in com.biglybt.core.global.impl that return TRTrackerScraper Modifier and Type Method Description TRTrackerScraper
GlobalManagerImpl. getTrackerScraper()
-
Uses of TRTrackerScraper in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client that return TRTrackerScraper Modifier and Type Method Description static TRTrackerScraper
TRTrackerScraperFactory. getSingleton()
-
Uses of TRTrackerScraper in com.biglybt.core.tracker.client.impl
Classes in com.biglybt.core.tracker.client.impl that implement TRTrackerScraper Modifier and Type Class Description class
TRTrackerScraperImpl
-