Uses of Class
com.biglybt.pifimpl.local.peers.PeerForeignDelegate
Packages that use PeerForeignDelegate
-
Uses of PeerForeignDelegate in com.biglybt.pifimpl.local.peers
Fields in com.biglybt.pifimpl.local.peers declared as PeerForeignDelegateModifier and TypeFieldDescriptionprivate final PeerForeignDelegate
PeerForeignNetworkConnection.delegate
Fields in com.biglybt.pifimpl.local.peers with type parameters of type PeerForeignDelegateModifier and TypeFieldDescriptionprivate Map
<Peer, PeerForeignDelegate> PeerManagerImpl.foreign_map
Methods in com.biglybt.pifimpl.local.peers that return PeerForeignDelegateModifier and TypeMethodDescriptionprotected PeerForeignDelegate
PeerManagerImpl.lookupForeignPeer
(Peer _foreign) Constructors in com.biglybt.pifimpl.local.peers with parameters of type PeerForeignDelegateModifierConstructorDescriptionprotected
PeerForeignNetworkConnection
(PeerForeignDelegate _delegate, Peer _peer)