Uses of Interface
com.biglybt.pif.peers.PeerStats
-
Packages that use PeerStats Package Description com.biglybt.pif.peers com.biglybt.pifimpl.local.peers com.biglybt.plugin.extseed -
-
Uses of PeerStats in com.biglybt.pif.peers
Methods in com.biglybt.pif.peers that return PeerStats Modifier and Type Method Description PeerStats
PeerManager. createPeerStats(Peer peer)
PeerStats
Peer. getStats()
-
Uses of PeerStats in com.biglybt.pifimpl.local.peers
Classes in com.biglybt.pifimpl.local.peers that implement PeerStats Modifier and Type Class Description class
PeerStatsImpl
Methods in com.biglybt.pifimpl.local.peers that return PeerStats Modifier and Type Method Description PeerStats
PeerManagerImpl. createPeerStats(Peer peer)
PeerStats
PeerImpl. getStats()
-
Uses of PeerStats in com.biglybt.plugin.extseed
Fields in com.biglybt.plugin.extseed declared as PeerStats Modifier and Type Field Description private PeerStats
ExternalSeedPeer. stats
Methods in com.biglybt.plugin.extseed that return PeerStats Modifier and Type Method Description PeerStats
ExternalSeedPeer. getStats()
-