Uses of Interface
com.biglybt.core.tracker.client.TRTrackerAnnouncer
Packages that use TRTrackerAnnouncer
Package
Description
-
Uses of TRTrackerAnnouncer in com.biglybt.core.download
Methods in com.biglybt.core.download that return TRTrackerAnnouncer -
Uses of TRTrackerAnnouncer in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as TRTrackerAnnouncerModifier and TypeFieldDescriptionprivate 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 TRTrackerAnnouncerMethods in com.biglybt.core.download.impl with parameters of type TRTrackerAnnouncerModifier and TypeMethodDescriptionvoid
DownloadManagerController.startDownload
(TRTrackerAnnouncer tracker_client) -
Uses of TRTrackerAnnouncer in com.biglybt.core.lws
Fields in com.biglybt.core.lws declared as TRTrackerAnnouncerModifier and TypeFieldDescriptionprivate TRTrackerAnnouncer
LightWeightSeed.announcer
private final TRTrackerAnnouncer
LWSDownload.announcer
Methods in com.biglybt.core.lws that return TRTrackerAnnouncerConstructors in com.biglybt.core.lws with parameters of type TRTrackerAnnouncerModifierConstructorDescriptionprotected
LWSDownload
(LightWeightSeed _lws, TRTrackerAnnouncer _announcer) -
Uses of TRTrackerAnnouncer in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client that return TRTrackerAnnouncerModifier and TypeMethodDescriptionstatic TRTrackerAnnouncer
static TRTrackerAnnouncer
static TRTrackerAnnouncer
TRTrackerAnnouncerFactory.create
(TOTorrent torrent, TRTrackerAnnouncerFactory.DataProvider provider) TRTrackerAnnouncer.getBestAnnouncer()
Methods in com.biglybt.core.tracker.client with parameters of type TRTrackerAnnouncerModifier and TypeMethodDescriptionvoid
TRTrackerAnnouncerFactoryListener.clientCreated
(TRTrackerAnnouncer client) void
TRTrackerAnnouncerFactoryListener.clientDestroyed
(TRTrackerAnnouncer client) TRTrackerScraper.scrape
(TRTrackerAnnouncer tracker_client) void
TRTrackerAnnouncerListener.urlChanged
(TRTrackerAnnouncer announcer, URL old_url, 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.implClasses in com.biglybt.core.tracker.client.impl that implement TRTrackerAnnouncerMethods in com.biglybt.core.tracker.client.impl that return TRTrackerAnnouncerModifier and TypeMethodDescriptionstatic TRTrackerAnnouncer
TRTrackerAnnouncerFactoryImpl.create
(TOTorrent torrent, TRTrackerAnnouncerFactory.DataProvider provider, boolean manual) TRTrackerAnnouncerMuxer.getBestAnnouncer()
Methods in com.biglybt.core.tracker.client.impl with parameters of type TRTrackerAnnouncerModifier and TypeMethodDescriptionstatic void
TRTrackerAnnouncerFactoryImpl.destroy
(TRTrackerAnnouncer client) 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 TRTrackerAnnouncerModifier and TypeClassDescriptionclass
This class handles communication with the trackerMethods in com.biglybt.core.tracker.client.impl.bt that return TRTrackerAnnouncerMethods in com.biglybt.core.tracker.client.impl.bt with parameters of type TRTrackerAnnouncerModifier and TypeMethodDescriptionprotected 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.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 TRTrackerAnnouncerMethods in com.biglybt.core.tracker.client.impl.dht that return TRTrackerAnnouncerMethods in com.biglybt.core.tracker.client.impl.dht with parameters of type TRTrackerAnnouncerModifier and TypeMethodDescriptionTRTrackerDHTScraperImpl.scrape
(TRTrackerAnnouncer tracker_client) -
Uses of TRTrackerAnnouncer in com.biglybt.core.tracker.host.impl
Methods in com.biglybt.core.tracker.host.impl that return TRTrackerAnnouncerModifier and TypeMethodDescriptionprotected TRTrackerAnnouncer
TRHostImpl.getTrackerClient
(TRHostTorrent host_torrent) Methods in com.biglybt.core.tracker.host.impl with parameters of type TRTrackerAnnouncerModifier and TypeMethodDescriptionvoid
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)