Uses of Interface
com.biglybt.core.tracker.client.TRTrackerAnnouncer
-
-
Uses of TRTrackerAnnouncer in com.biglybt.core.download
Methods in com.biglybt.core.download that return TRTrackerAnnouncer Modifier and Type Method Description TRTrackerAnnouncer
DownloadManager. getTrackerClient()
-
Uses of TRTrackerAnnouncer in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as TRTrackerAnnouncer Modifier and Type Field Description private TRTrackerAnnouncer
DownloadManagerImpl. _tracker_client
private TRTrackerAnnouncer
DownloadManagerImpl. _tracker_client_for_queued_download
(package private) TRTrackerAnnouncer
DownloadManagerAvailabilityImpl. tracker_client
Methods in com.biglybt.core.download.impl that return TRTrackerAnnouncer Modifier and Type Method Description TRTrackerAnnouncer
DownloadManagerImpl. getTrackerClient()
Methods in com.biglybt.core.download.impl with parameters of type TRTrackerAnnouncer Modifier and Type Method Description void
DownloadManagerController. startDownload(TRTrackerAnnouncer tracker_client)
-
Uses of TRTrackerAnnouncer in com.biglybt.core.lws
Fields in com.biglybt.core.lws declared as TRTrackerAnnouncer Modifier and Type Field Description private TRTrackerAnnouncer
LightWeightSeed. announcer
private TRTrackerAnnouncer
LWSDownload. announcer
Methods in com.biglybt.core.lws that return TRTrackerAnnouncer Modifier and Type Method Description protected TRTrackerAnnouncer
LightWeightSeed. createAnnouncer()
Constructors in com.biglybt.core.lws with parameters of type TRTrackerAnnouncer Constructor Description LWSDownload(LightWeightSeed _lws, TRTrackerAnnouncer _announcer)
-
Uses of TRTrackerAnnouncer in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client that return TRTrackerAnnouncer Modifier and Type Method Description static TRTrackerAnnouncer
TRTrackerAnnouncerFactory. create(TOTorrent torrent)
static TRTrackerAnnouncer
TRTrackerAnnouncerFactory. create(TOTorrent torrent, boolean manual)
static TRTrackerAnnouncer
TRTrackerAnnouncerFactory. create(TOTorrent torrent, TRTrackerAnnouncerFactory.DataProvider provider)
TRTrackerAnnouncer
TRTrackerAnnouncer. getBestAnnouncer()
Methods in com.biglybt.core.tracker.client with parameters of type TRTrackerAnnouncer Modifier and Type Method Description void
TRTrackerAnnouncerFactoryListener. clientCreated(TRTrackerAnnouncer client)
void
TRTrackerAnnouncerFactoryListener. clientDestroyed(TRTrackerAnnouncer client)
TRTrackerScraperResponse
TRTrackerScraper. scrape(TRTrackerAnnouncer tracker_client)
void
TRTrackerAnnouncerListener. urlChanged(TRTrackerAnnouncer announcer, java.net.URL old_url, java.net.URL new_url, boolean explicit)
This callback indicates if the tracker client has change URL. -
Uses of TRTrackerAnnouncer in com.biglybt.core.tracker.client.impl
Subinterfaces of TRTrackerAnnouncer in com.biglybt.core.tracker.client.impl Modifier and Type Interface Description interface
TRTrackerAnnouncerHelper
Classes in com.biglybt.core.tracker.client.impl that implement TRTrackerAnnouncer Modifier and Type Class Description class
TRTrackerAnnouncerImpl
class
TRTrackerAnnouncerMuxer
Methods in com.biglybt.core.tracker.client.impl that return TRTrackerAnnouncer Modifier and Type Method Description static TRTrackerAnnouncer
TRTrackerAnnouncerFactoryImpl. create(TOTorrent torrent, TRTrackerAnnouncerFactory.DataProvider provider, boolean manual)
TRTrackerAnnouncer
TRTrackerAnnouncerMuxer. getBestAnnouncer()
Methods in com.biglybt.core.tracker.client.impl with parameters of type TRTrackerAnnouncer Modifier and Type Method Description static void
TRTrackerAnnouncerFactoryImpl. destroy(TRTrackerAnnouncer client)
TRTrackerScraperResponse
TRTrackerScraperImpl. scrape(TRTrackerAnnouncer tracker_client)
-
Uses of TRTrackerAnnouncer in com.biglybt.core.tracker.client.impl.bt
Classes in com.biglybt.core.tracker.client.impl.bt that implement TRTrackerAnnouncer Modifier and Type Class Description class
TRTrackerBTAnnouncerImpl
This class handles communication with the trackerMethods in com.biglybt.core.tracker.client.impl.bt that return TRTrackerAnnouncer Modifier and Type Method Description TRTrackerAnnouncer
TRTrackerBTAnnouncerImpl. getBestAnnouncer()
Methods in com.biglybt.core.tracker.client.impl.bt with parameters of type TRTrackerAnnouncer Modifier and Type Method Description 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.TRTrackerScraperResponse
TRTrackerBTScraperImpl. scrape(TRTrackerAnnouncer tracker_client)
-
Uses of TRTrackerAnnouncer in com.biglybt.core.tracker.client.impl.dht
Classes in com.biglybt.core.tracker.client.impl.dht that implement TRTrackerAnnouncer Modifier and Type Class Description class
TRTrackerDHTAnnouncerImpl
Methods in com.biglybt.core.tracker.client.impl.dht that return TRTrackerAnnouncer Modifier and Type Method Description TRTrackerAnnouncer
TRTrackerDHTAnnouncerImpl. getBestAnnouncer()
Methods in com.biglybt.core.tracker.client.impl.dht with parameters of type TRTrackerAnnouncer Modifier and Type Method Description TRTrackerScraperResponse
TRTrackerDHTScraperImpl. scrape(TRTrackerAnnouncer tracker_client)
-
Uses of TRTrackerAnnouncer in com.biglybt.core.tracker.host.impl
Methods in com.biglybt.core.tracker.host.impl that return TRTrackerAnnouncer Modifier and Type Method Description protected TRTrackerAnnouncer
TRHostImpl. getTrackerClient(TRHostTorrent host_torrent)
Methods in com.biglybt.core.tracker.host.impl with parameters of type TRTrackerAnnouncer Modifier and Type Method Description void
TRHostImpl. clientCreated(TRTrackerAnnouncer client)
void
TRHostImpl. clientDestroyed(TRTrackerAnnouncer client)
protected void
TRHostImpl. startHosting(TRTrackerAnnouncer tracker_client)
protected void
TRHostImpl. startHosting(TRHostTorrentHostImpl host_torrent, TRTrackerAnnouncer tracker_client)
protected void
TRHostImpl. stopHosting(TRTrackerAnnouncer tracker_client)
protected void
TRHostImpl. stopHosting(TRHostTorrentHostImpl host_torrent, TRTrackerAnnouncer tracker_client)
-