Uses of Class
com.biglybt.pifimpl.local.peers.PeerManagerImpl
-
Packages that use PeerManagerImpl Package Description com.biglybt.pifimpl.local.peers -
-
Uses of PeerManagerImpl in com.biglybt.pifimpl.local.peers
Fields in com.biglybt.pifimpl.local.peers declared as PeerManagerImpl Modifier and Type Field Description private PeerManagerImpl
PeerForeignDelegate. manager
protected PeerManagerImpl
PeerImpl. manager
private PeerManagerImpl
PeerStatsImpl. peer_manager
Methods in com.biglybt.pifimpl.local.peers that return PeerManagerImpl Modifier and Type Method Description static PeerManagerImpl
PeerManagerImpl. getPeerManager(PEPeerManager _manager)
Constructors in com.biglybt.pifimpl.local.peers with parameters of type PeerManagerImpl Constructor Description PeerForeignDelegate(PeerManagerImpl _manager, Peer _foreign)
PeerStatsImpl(PeerManagerImpl _peer_manager, Peer _owner, PEPeerStats _delegate)
-