Uses of Interface
com.biglybt.core.tracker.TrackerPeerSource
-
-
Uses of TrackerPeerSource in com.biglybt.core.download
Methods in com.biglybt.core.download that return types with arguments of type TrackerPeerSource Modifier and Type Method Description java.util.List<TrackerPeerSource>
DownloadManager. getTrackerPeerSources()
java.util.List<TrackerPeerSource>
DownloadManagerAvailability. getTrackerPeerSources()
-
Uses of TrackerPeerSource in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl with type parameters of type TrackerPeerSource Modifier and Type Field Description private java.util.List<TrackerPeerSource>
DownloadManagerAvailabilityImpl. peer_sources
Methods in com.biglybt.core.download.impl that return types with arguments of type TrackerPeerSource Modifier and Type Method Description java.util.List<TrackerPeerSource>
DownloadManagerAvailabilityImpl. getTrackerPeerSources()
java.util.List<TrackerPeerSource>
DownloadManagerImpl. getTrackerPeerSources()
-
Uses of TrackerPeerSource in com.biglybt.core.peer
Methods in com.biglybt.core.peer that return TrackerPeerSource Modifier and Type Method Description TrackerPeerSource
PEPeerManager. getTrackerPeerSource()
-
Uses of TrackerPeerSource in com.biglybt.core.peer.impl.control
Methods in com.biglybt.core.peer.impl.control that return TrackerPeerSource Modifier and Type Method Description TrackerPeerSource
PEPeerControlImpl. getTrackerPeerSource()
-
Uses of TrackerPeerSource in com.biglybt.core.peermanager
Methods in com.biglybt.core.peermanager that return TrackerPeerSource Modifier and Type Method Description TrackerPeerSource
PeerManager.PeerManagerRegistrationImpl.ProbeControl. getTrackerPeerSource()
-
Uses of TrackerPeerSource in com.biglybt.core.tracker
Classes in com.biglybt.core.tracker that implement TrackerPeerSource Modifier and Type Class Description class
TrackerPeerSourceAdapter
-
Uses of TrackerPeerSource in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client that return TrackerPeerSource Modifier and Type Method Description TrackerPeerSource
TRTrackerAnnouncer. getCacheTrackerPeerSource()
TrackerPeerSource
TRTrackerAnnouncer. getTrackerPeerSource(TOTorrentAnnounceURLSet set)
Gets a delegate tracker peer source for reporting against -
Uses of TrackerPeerSource in com.biglybt.core.tracker.client.impl
Methods in com.biglybt.core.tracker.client.impl that return TrackerPeerSource Modifier and Type Method Description TrackerPeerSource
TRTrackerAnnouncerImpl. getCacheTrackerPeerSource()
TrackerPeerSource
TRTrackerAnnouncerMuxer. getTrackerPeerSource(TOTorrentAnnounceURLSet set)
-
Uses of TrackerPeerSource in com.biglybt.core.tracker.client.impl.bt
Methods in com.biglybt.core.tracker.client.impl.bt that return TrackerPeerSource Modifier and Type Method Description TrackerPeerSource
TRTrackerBTAnnouncerImpl. getCacheTrackerPeerSource()
TrackerPeerSource
TRTrackerBTAnnouncerImpl. getTrackerPeerSource(TOTorrentAnnounceURLSet set)
-
Uses of TrackerPeerSource in com.biglybt.core.tracker.client.impl.dht
Methods in com.biglybt.core.tracker.client.impl.dht that return TrackerPeerSource Modifier and Type Method Description TrackerPeerSource
TRTrackerDHTAnnouncerImpl. getCacheTrackerPeerSource()
TrackerPeerSource
TRTrackerDHTAnnouncerImpl. getTrackerPeerSource(TOTorrentAnnounceURLSet set)
-
Uses of TrackerPeerSource in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download that return TrackerPeerSource Modifier and Type Method Description TrackerPeerSource[]
DownloadImpl. getTrackerPeerSources()
-
Uses of TrackerPeerSource in com.biglybt.plugin.extseed
Methods in com.biglybt.plugin.extseed that return TrackerPeerSource Modifier and Type Method Description TrackerPeerSource
ExternalSeedPlugin. getTrackerPeerSource(Download download)
TrackerPeerSource
ExternalSeedPlugin. getTrackerPeerSource(Torrent torrent)
-
Uses of TrackerPeerSource in com.biglybt.plugin.tracker.dht
Methods in com.biglybt.plugin.tracker.dht that return TrackerPeerSource Modifier and Type Method Description TrackerPeerSource
DHTTrackerPlugin. getTrackerPeerSource(Download download)
TrackerPeerSource[]
DHTTrackerPlugin. getTrackerPeerSources(Torrent torrent)
-
Uses of TrackerPeerSource in com.biglybt.plugin.tracker.local
Methods in com.biglybt.plugin.tracker.local that return TrackerPeerSource Modifier and Type Method Description TrackerPeerSource
LocalTrackerPlugin. getTrackerPeerSource(Download download)
-
Uses of TrackerPeerSource in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views with type parameters of type TrackerPeerSource Modifier and Type Field Description static java.lang.Class<TrackerPeerSource>
TrackerView. PLUGIN_DS_TYPE
private TableViewSWT<TrackerPeerSource>
TrackerAvailView. tv
private TableViewSWT<TrackerPeerSource>
TrackerView. tv
Methods in com.biglybt.ui.swt.views that return types with arguments of type TrackerPeerSource Modifier and Type Method Description TableViewSWT<TrackerPeerSource>
TrackerAvailView. initYourTableView()
TableViewSWT<TrackerPeerSource>
TrackerView. initYourTableView()
Methods in com.biglybt.ui.swt.views with parameters of type TrackerPeerSource Modifier and Type Method Description private void
TrackerView. showInAllTrackers(TrackerPeerSource source)
Method parameters in com.biglybt.ui.swt.views with type arguments of type TrackerPeerSource Modifier and Type Method Description private static void
TrackerView. removeTrackerPeerSources(java.util.List<TrackerPeerSource> list)
-