Uses of Class
com.biglybt.core.peer.util.PeerIdentityDataID
Packages that use PeerIdentityDataID
Package
Description
-
Uses of PeerIdentityDataID in com.biglybt.core.peer
Methods in com.biglybt.core.peer that return PeerIdentityDataID -
Uses of PeerIdentityDataID in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control declared as PeerIdentityDataIDMethods in com.biglybt.core.peer.impl.control that return PeerIdentityDataID -
Uses of PeerIdentityDataID in com.biglybt.core.peer.util
Fields in com.biglybt.core.peer.util with type parameters of type PeerIdentityDataIDModifier and TypeFieldDescriptionprivate static final Map
<PeerIdentityDataID, PeerIdentityManager.DataEntry> PeerIdentityManager.dataMap
Methods in com.biglybt.core.peer.util that return PeerIdentityDataIDModifier and TypeMethodDescriptionstatic PeerIdentityDataID
PeerIdentityManager.createDataID
(byte[] data) Methods in com.biglybt.core.peer.util with parameters of type PeerIdentityDataIDModifier and TypeMethodDescriptionstatic boolean
PeerIdentityManager.addIdentity
(PeerIdentityDataID data_id, byte[] peer_id, int local_port, 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, 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 PeerIdentityDataIDModifier and TypeMethodDescriptionPeerManager.PeerManagerRegistrationImpl.ProbeControl.getPeerIdentityDataID()