Uses of Interface
com.biglybt.core.tracker.server.TRTrackerServerTorrentStats
-
Packages that use TRTrackerServerTorrentStats Package Description com.biglybt.core.tracker.host.impl com.biglybt.core.tracker.server com.biglybt.core.tracker.server.impl -
-
Uses of TRTrackerServerTorrentStats in com.biglybt.core.tracker.host.impl
Methods in com.biglybt.core.tracker.host.impl that return TRTrackerServerTorrentStats Modifier and Type Method Description protected TRTrackerServerTorrentStats
TRHostTorrentHostImpl. getStats()
-
Uses of TRTrackerServerTorrentStats in com.biglybt.core.tracker.server
Methods in com.biglybt.core.tracker.server that return TRTrackerServerTorrentStats Modifier and Type Method Description TRTrackerServerTorrentStats
TRTrackerServer. getStats(byte[] hash)
TRTrackerServerTorrentStats
TRTrackerServerTorrent. getStats()
-
Uses of TRTrackerServerTorrentStats in com.biglybt.core.tracker.server.impl
Classes in com.biglybt.core.tracker.server.impl that implement TRTrackerServerTorrentStats Modifier and Type Class Description class
TRTrackerServerTorrentStatsImpl
Methods in com.biglybt.core.tracker.server.impl that return TRTrackerServerTorrentStats Modifier and Type Method Description TRTrackerServerTorrentStats
TRTrackerServerImpl. getStats(byte[] hash)
TRTrackerServerTorrentStats
TRTrackerServerTorrentImpl. getStats()
-