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.dataMapMethods in com.biglybt.core.peer.util that return PeerIdentityDataIDModifier and TypeMethodDescriptionstatic PeerIdentityDataIDPeerIdentityManager.createDataID(byte[] data) Methods in com.biglybt.core.peer.util with parameters of type PeerIdentityDataIDModifier and TypeMethodDescriptionstatic booleanPeerIdentityManager.addIdentity(PeerIdentityDataID data_id, byte[] peer_id, int local_port, String ip) Add a new peer identity to the manager.static booleanPeerIdentityManager.containsIdentity(PeerIdentityDataID data_id, byte[] peer_id, int local_port) Check if the manager already has the given peer identity.static booleanPeerIdentityManager.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 intPeerIdentityManager.getIdentityCount(PeerIdentityDataID data_id) Get the total number of peer identities managed for the given data item.static intPeerUtils.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 voidPeerIdentityManager.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
Fields in com.biglybt.core.peermanager declared as PeerIdentityDataIDModifier and TypeFieldDescription(package private) PeerIdentityDataIDPeerManager.PeerManagerRegistrationImpl.ProbeControl.data_idMethods in com.biglybt.core.peermanager that return PeerIdentityDataIDModifier and TypeMethodDescriptionPeerManager.PeerManagerRegistrationImpl.ProbeControl.getPeerIdentityDataID()