Uses of Class
com.biglybt.core.peer.util.PeerIdentityDataID
-
Packages that use PeerIdentityDataID Package Description com.biglybt.core.peer com.biglybt.core.peer.impl.control com.biglybt.core.peer.util com.biglybt.core.peermanager -
-
Uses of PeerIdentityDataID in com.biglybt.core.peer
Methods in com.biglybt.core.peer that return PeerIdentityDataID Modifier and Type Method Description PeerIdentityDataID
PEPeerManager. getPeerIdentityDataID()
-
Uses of PeerIdentityDataID in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control declared as PeerIdentityDataID Modifier and Type Field Description private PeerIdentityDataID
PEPeerControlImpl. _hash
Methods in com.biglybt.core.peer.impl.control that return PeerIdentityDataID Modifier and Type Method Description PeerIdentityDataID
PEPeerControlImpl. getPeerIdentityDataID()
-
Uses of PeerIdentityDataID in com.biglybt.core.peer.util
Fields in com.biglybt.core.peer.util with type parameters of type PeerIdentityDataID Modifier and Type Field Description private static java.util.Map<PeerIdentityDataID,PeerIdentityManager.DataEntry>
PeerIdentityManager. dataMap
Methods in com.biglybt.core.peer.util that return PeerIdentityDataID Modifier and Type Method Description static PeerIdentityDataID
PeerIdentityManager. createDataID(byte[] data)
Methods in com.biglybt.core.peer.util with parameters of type PeerIdentityDataID Modifier and Type Method Description static boolean
PeerIdentityManager. addIdentity(PeerIdentityDataID data_id, byte[] peer_id, int local_port, java.lang.String ip)
Add a new peer identity to the manager.static boolean
PeerIdentityManager. containsIdentity(PeerIdentityDataID data_id, byte[] peer_id, int local_port)
Check if the manager already has the given peer identity.static boolean
PeerIdentityManager. containsIPAddress(PeerIdentityDataID data_id, java.lang.String ip)
Check if the given IP address is already present in the manager's peer identity list for the given data item (i.e.static int
PeerIdentityManager. getIdentityCount(PeerIdentityDataID data_id)
Get the total number of peer identities managed for the given data item.static int
PeerUtils. numNewConnectionsAllowed(PeerIdentityDataID data_id, int specific_max)
Get the number of new peer connections allowed for the given data item, within the configured per-torrent and global connection limits.static void
PeerIdentityManager. removeIdentity(PeerIdentityDataID data_id, byte[] peer_id, int local_port)
Remove a peer identity from the manager. -
Uses of PeerIdentityDataID in com.biglybt.core.peermanager
Methods in com.biglybt.core.peermanager that return PeerIdentityDataID Modifier and Type Method Description PeerIdentityDataID
PeerManager.PeerManagerRegistrationImpl.ProbeControl. getPeerIdentityDataID()
-