Uses of Interface
com.biglybt.pif.peers.Peer
Packages that use Peer
Package
Description
-
Uses of Peer in com.biglybt.core.peer.util
Methods in com.biglybt.core.peer.util with parameters of type Peer -
Uses of Peer in com.biglybt.core.peermanager.peerdb
Methods in com.biglybt.core.peermanager.peerdb with parameters of type PeerConstructors in com.biglybt.core.peermanager.peerdb with parameters of type Peer -
Uses of Peer in com.biglybt.core.speedmanager
Methods in com.biglybt.core.speedmanager with parameters of type PeerModifier and TypeMethodDescriptionprivate void
SpeedLimitHandler.PeerSet.TagPeerImpl.add
(PeerManager peer_manager, Peer _peer) private void
SpeedLimitHandler.addLimiters
(PeerManager peer_manager, Peer peer, SpeedLimitHandler.PeerSet set, List<RateLimiter> up_to_be_removed, List<RateLimiter> down_to_be_removed) private void
SpeedLimitHandler.PeerSet.addPeer
(PeerManager peer_manager, Peer peer) private void
SpeedLimitHandler.peerRemoved
(Download download, PeerManager peer_manager, Peer peer) private void
SpeedLimitHandler.peersAdded
(Download download, PeerManager peer_manager, Peer[] peers) private void
SpeedLimitHandler.PeerSet.TagPeerImpl.remove
(PeerManager peer_manager, Peer _peer) private void
SpeedLimitHandler.PeerSet.removePeer
(PeerManager peer_manager, Peer peer) -
Uses of Peer in com.biglybt.pif.messaging
Methods in com.biglybt.pif.messaging with parameters of type PeerModifier and TypeMethodDescriptionvoid
MessageManagerListener.compatiblePeerFound
(Download download, Peer peer, Message message) Notify of new peer connection that supports the given message type.void
MessageManagerListener.peerRemoved
(Download download, Peer peer) Notify of peer connection removal. -
Uses of Peer in com.biglybt.pif.peers
Methods in com.biglybt.pif.peers that return PeerModifier and TypeMethodDescriptionPeerManagerEvent.getPeer()
Peer[]
PeerManager.getPeers()
Peer[]
returns the peers for the given addressPiece.getReservedFor()
Reserve this piece for a given peer - no other peer will be asked for the pieceMethods in com.biglybt.pif.peers with parameters of type PeerModifier and TypeMethodDescriptionvoid
PeerManager.createPeerStats
(Peer peer) default void
PeerManager.removePeer
(Peer peer) void
PeerManager.removePeer
(Peer peer, String reason, int reason_code) void
PeerManager.requestCancelled
(PeerReadRequest request, Peer sender) void
PeerManager.requestComplete
(PeerReadRequest request, PooledByteBuffer data, Peer sender) void
Piece.setReservedFor
(Peer peer) Set the peer that will be responsible for downloading the piece -
Uses of Peer in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return PeerMethods in com.biglybt.pifimpl.local with parameters of type Peer -
Uses of Peer in com.biglybt.pifimpl.local.peers
Classes in com.biglybt.pifimpl.local.peers that implement PeerFields in com.biglybt.pifimpl.local.peers declared as PeerModifier and TypeFieldDescriptionprivate final Peer
PeerForeignDelegate.foreign
private final Peer
PeerStatsImpl.owner
private final Peer
PeerForeignNetworkConnection.peer
Fields in com.biglybt.pifimpl.local.peers with type parameters of type PeerModifier and TypeFieldDescriptionprivate Map
<Peer, PeerForeignDelegate> PeerManagerImpl.foreign_map
Methods in com.biglybt.pifimpl.local.peers that return PeerModifier and TypeMethodDescriptionPeer[]
PeerManagerImpl.getPeers()
Peer[]
PeerManagerImpl.pieceFacade.getReservedFor()
Methods in com.biglybt.pifimpl.local.peers with parameters of type PeerModifier and TypeMethodDescriptionvoid
PeerManagerImpl.createPeerStats
(Peer peer) protected void
long
PeerManagerImpl.getTimeSinceConnectionEstablished
(Peer peer) protected PeerForeignDelegate
PeerManagerImpl.lookupForeignPeer
(Peer _foreign) PeerManagerImpl.mapForeignPeer
(Peer _foreign) PeerManagerImpl.mapForeignPeers
(Peer[] _foreigns) void
PeerManagerImpl.removePeer
(Peer peer, String reason, int reason_code) void
PeerManagerImpl.requestCancelled
(PeerReadRequest request, Peer sender) void
PeerManagerImpl.requestComplete
(PeerReadRequest request, PooledByteBuffer data, Peer sender) void
PeerManagerImpl.pieceFacade.setReservedFor
(Peer peer) Constructors in com.biglybt.pifimpl.local.peers with parameters of type PeerModifierConstructorDescriptionprotected
PeerForeignDelegate
(PeerManagerImpl _manager, Peer _foreign) protected
PeerForeignNetworkConnection
(PeerForeignDelegate _delegate, Peer _peer) PeerStatsImpl
(PeerManagerImpl _peer_manager, Peer _owner, PEPeerStats _delegate) -
Uses of Peer in com.biglybt.plugin.extseed
Classes in com.biglybt.plugin.extseed that implement PeerMethods in com.biglybt.plugin.extseed with parameters of type PeerModifier and TypeMethodDescriptionboolean
ExternalSeedReader.checkActivation
(PeerManager peer_manager, Peer peer) -
Uses of Peer in com.biglybt.plugin.extseed.impl
Methods in com.biglybt.plugin.extseed.impl with parameters of type PeerModifier and TypeMethodDescriptionboolean
ExternalSeedReaderImpl.checkActivation
(PeerManager peer_manager, Peer peer) protected boolean
ExternalSeedReaderImpl.readyToActivate
(PeerManager peer_manager, Peer peer, long time_since_start) protected boolean
ExternalSeedReaderImpl.readyToDeactivate
(PeerManager peer_manager, Peer peer) -
Uses of Peer in com.biglybt.plugin.net.buddy
Methods in com.biglybt.plugin.net.buddy with parameters of type PeerModifier and TypeMethodDescriptionstatic String
BuddyPluginUtils.getChatKey
(Peer peer) static String
PartialBuddy.getPartialBuddyKey
(Peer peer) boolean
BuddyPlugin.isFullBuddy
(Peer peer) boolean
BuddyPlugin.isPartialBuddy
(Download download, Peer peer) void
BuddyPlugin.setPartialBuddy
(Download download, Peer peer, boolean is_partial, boolean manual) Constructors in com.biglybt.plugin.net.buddy with parameters of type Peer -
Uses of Peer in com.biglybt.plugin.net.buddy.tracker
Fields in com.biglybt.plugin.net.buddy.tracker with type parameters of type PeerMethods in com.biglybt.plugin.net.buddy.tracker with parameters of type PeerModifier and TypeMethodDescriptionvoid
BuddyPluginTracker.addPartialBuddy
(Download download, Peer peer, boolean manual) protected int
boolean
BuddyPluginTracker.isFullBuddy
(Peer peer) boolean
BuddyPluginTracker.isPartialBuddy
(Download download, Peer peer) protected void
BuddyPluginTracker.markBuddyPeer
(Download download, Peer peer, boolean is_partial) void
BuddyPluginTracker.removePartialBuddy
(Download download, Peer peer, boolean manual) protected void
protected void
BuddyPluginTracker.unmarkBuddyPeer
(Peer peer) -
Uses of Peer in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt with parameters of type PeerModifier and TypeMethodDescriptionstatic org.eclipse.swt.graphics.Image
ImageRepository.getCountryFlag
(Peer peer, boolean small) -
Uses of Peer in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views with type parameters of type Peer -
Uses of Peer in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils with parameters of type PeerModifier and TypeMethodDescriptionprivate String
LocProvUtils.getCountryCode
(Peer peer) private String
LocProvUtils.getCountryName
(Peer peer)