Uses of Class
com.biglybt.core.peer.util.PeerIdentityManager.PeerIdentity
-
Packages that use PeerIdentityManager.PeerIdentity Package Description com.biglybt.core.peer.util -
-
Uses of PeerIdentityManager.PeerIdentity in com.biglybt.core.peer.util
Fields in com.biglybt.core.peer.util with type parameters of type PeerIdentityManager.PeerIdentity Modifier and Type Field Description private java.util.Map<PeerIdentityManager.PeerIdentity,java.lang.String>
PeerIdentityManager.DataEntry. _peerMap
Methods in com.biglybt.core.peer.util with parameters of type PeerIdentityManager.PeerIdentity Modifier and Type Method Description private java.lang.String
PeerIdentityManager.DataEntry. addPeer(PeerIdentityManager.PeerIdentity peer, java.lang.String ip)
private boolean
PeerIdentityManager.DataEntry. hasPeer(PeerIdentityManager.PeerIdentity peer)
private java.lang.String
PeerIdentityManager.DataEntry. removePeer(PeerIdentityManager.PeerIdentity peer)
-