Uses of Class
com.biglybt.core.peer.util.PeerIdentityManager.PeerIdentity
Packages that use PeerIdentityManager.PeerIdentity
-
Uses of PeerIdentityManager.PeerIdentity in com.biglybt.core.peer.util
Fields in com.biglybt.core.peer.util with type parameters of type PeerIdentityManager.PeerIdentityModifier and TypeFieldDescriptionprivate final Map<PeerIdentityManager.PeerIdentity,
String> PeerIdentityManager.DataEntry._peerMap
Methods in com.biglybt.core.peer.util with parameters of type PeerIdentityManager.PeerIdentityModifier and TypeMethodDescriptionprivate String
PeerIdentityManager.DataEntry.addPeer
(PeerIdentityManager.PeerIdentity peer, String ip) private boolean
PeerIdentityManager.DataEntry.hasPeer
(PeerIdentityManager.PeerIdentity peer) private String
PeerIdentityManager.DataEntry.removePeer
(PeerIdentityManager.PeerIdentity peer)