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 TRTrackerAnnouncerDownloadManagerImpl._tracker_clientprivate TRTrackerAnnouncerDownloadManagerImpl._tracker_client_for_queued_download(package private) TRTrackerAnnouncerDownloadManagerAvailabilityImpl.tracker_clientMethods in com.biglybt.core.download.impl that return TRTrackerAnnouncerMethods in com.biglybt.core.download.impl with parameters of type TRTrackerAnnouncerModifier and TypeMethodDescriptionvoidDownloadManagerController.startDownload(TRTrackerAnnouncer tracker_client) -
Uses of TRTrackerAnnouncer in com.biglybt.core.lws
Fields in com.biglybt.core.lws declared as TRTrackerAnnouncerModifier and TypeFieldDescriptionprivate TRTrackerAnnouncerLightWeightSeed.announcerprivate final TRTrackerAnnouncerLWSDownload.announcerMethods in com.biglybt.core.lws that return TRTrackerAnnouncerConstructors in com.biglybt.core.lws with parameters of type TRTrackerAnnouncerModifierConstructorDescriptionprotectedLWSDownload(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 TRTrackerAnnouncerstatic TRTrackerAnnouncerstatic TRTrackerAnnouncerTRTrackerAnnouncerFactory.create(TOTorrent torrent, TRTrackerAnnouncerFactory.DataProvider provider) TRTrackerAnnouncer.getBestAnnouncer()Methods in com.biglybt.core.tracker.client with parameters of type TRTrackerAnnouncerModifier and TypeMethodDescriptionvoidTRTrackerAnnouncerFactoryListener.clientCreated(TRTrackerAnnouncer client) voidTRTrackerAnnouncerFactoryListener.clientDestroyed(TRTrackerAnnouncer client) TRTrackerScraper.scrape(TRTrackerAnnouncer tracker_client) voidTRTrackerAnnouncerListener.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 TRTrackerAnnouncerTRTrackerAnnouncerFactoryImpl.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 voidTRTrackerAnnouncerFactoryImpl.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 TypeClassDescriptionclassThis 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 TRTrackerScraperResponseImplTrackerChecker.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
Fields in com.biglybt.core.tracker.host.impl with type parameters of type TRTrackerAnnouncerModifier and TypeFieldDescriptionprivate final Map<TOTorrent, TRTrackerAnnouncer> TRHostImpl.tracker_client_mapMethods in com.biglybt.core.tracker.host.impl that return TRTrackerAnnouncerModifier and TypeMethodDescriptionprotected TRTrackerAnnouncerTRHostImpl.getTrackerClient(TRHostTorrent host_torrent) Methods in com.biglybt.core.tracker.host.impl with parameters of type TRTrackerAnnouncerModifier and TypeMethodDescriptionvoidTRHostImpl.clientCreated(TRTrackerAnnouncer client) voidTRHostImpl.clientDestroyed(TRTrackerAnnouncer client) protected voidTRHostImpl.startHosting(TRTrackerAnnouncer tracker_client) protected voidTRHostImpl.startHosting(TRHostTorrentHostImpl host_torrent, TRTrackerAnnouncer tracker_client) protected voidTRHostImpl.stopHosting(TRTrackerAnnouncer tracker_client) protected voidTRHostImpl.stopHosting(TRHostTorrentHostImpl host_torrent, TRTrackerAnnouncer tracker_client)