Uses of Interface
com.biglybt.core.peer.PEPeerStats
-
-
Uses of PEPeerStats in com.biglybt.core.peer
Methods in com.biglybt.core.peer that return PEPeerStats Modifier and Type Method Description PEPeerStats
PEPeerManager. createPeerStats(PEPeer owner)
PEPeerStats
PEPeer. getStats()
-
Uses of PEPeerStats in com.biglybt.core.peer.impl
Classes in com.biglybt.core.peer.impl that implement PEPeerStats Modifier and Type Class Description class
PEPeerStatsImpl
-
Uses of PEPeerStats in com.biglybt.core.peer.impl.control
Classes in com.biglybt.core.peer.impl.control that implement PEPeerStats Modifier and Type Class Description private class
PEPeerControlImpl.MyPeerStats
Fields in com.biglybt.core.peer.impl.control declared as PEPeerStats Modifier and Type Field Description private PEPeerStats
PEPeerControlImpl.MyPeer. stats
Methods in com.biglybt.core.peer.impl.control that return PEPeerStats Modifier and Type Method Description PEPeerStats
PEPeerControlImpl. createPeerStats(PEPeer owner)
PEPeerStats
PEPeerControlImpl.MyPeer. getStats()
-
Uses of PEPeerStats in com.biglybt.core.peer.impl.transport
Fields in com.biglybt.core.peer.impl.transport declared as PEPeerStats Modifier and Type Field Description protected PEPeerStats
PEPeerTransportProtocol. peer_stats
Methods in com.biglybt.core.peer.impl.transport that return PEPeerStats Modifier and Type Method Description PEPeerStats
PEPeerTransportProtocol. getStats()
-
Uses of PEPeerStats in com.biglybt.core.peermanager
Methods in com.biglybt.core.peermanager that return PEPeerStats Modifier and Type Method Description PEPeerStats
PeerManager.PeerManagerRegistrationImpl.ProbeControl. createPeerStats(PEPeer owner)
-
Uses of PEPeerStats in com.biglybt.pifimpl.local.peers
Fields in com.biglybt.pifimpl.local.peers declared as PEPeerStats Modifier and Type Field Description private PEPeerStats
PeerStatsImpl. delegate
Methods in com.biglybt.pifimpl.local.peers that return PEPeerStats Modifier and Type Method Description PEPeerStats
PeerStatsImpl. getDelegate()
PEPeerStats
PeerForeignDelegate. getStats()
Constructors in com.biglybt.pifimpl.local.peers with parameters of type PEPeerStats Constructor Description PeerStatsImpl(PeerManagerImpl _peer_manager, Peer _owner, PEPeerStats _delegate)
-