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 voidSpeedLimitHandler.PeerSet.TagPeerImpl.add(PeerManager peer_manager, Peer _peer) private voidSpeedLimitHandler.addLimiters(PeerManager peer_manager, Peer peer, SpeedLimitHandler.PeerSet set, List<RateLimiter> up_to_be_removed, List<RateLimiter> down_to_be_removed) private voidSpeedLimitHandler.PeerSet.addPeer(PeerManager peer_manager, Peer peer) private voidSpeedLimitHandler.peerRemoved(Download download, PeerManager peer_manager, Peer peer) private voidSpeedLimitHandler.peersAdded(Download download, PeerManager peer_manager, Peer[] peers) private voidSpeedLimitHandler.PeerSet.TagPeerImpl.remove(PeerManager peer_manager, Peer _peer) private voidSpeedLimitHandler.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 TypeMethodDescriptionvoidMessageManagerListener.compatiblePeerFound(Download download, Peer peer, Message message) Notify of new peer connection that supports the given message type.voidMessageManagerListener.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 TypeMethodDescriptionvoidPeerManager.createPeerStats(Peer peer) default voidPeerManager.removePeer(Peer peer) voidPeerManager.removePeer(Peer peer, String reason, int reason_code) voidPeerManager.requestCancelled(PeerReadRequest request, Peer sender) voidPeerManager.requestComplete(PeerReadRequest request, PooledByteBuffer data, Peer sender) voidPiece.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 PeerPeerForeignDelegate.foreignprivate final PeerPeerStatsImpl.ownerprivate final PeerPeerForeignNetworkConnection.peerFields in com.biglybt.pifimpl.local.peers with type parameters of type PeerModifier and TypeFieldDescriptionprivate Map<Peer, PeerForeignDelegate> PeerManagerImpl.foreign_mapMethods 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 TypeMethodDescriptionvoidPeerManagerImpl.createPeerStats(Peer peer) protected voidlongPeerManagerImpl.getTimeSinceConnectionEstablished(Peer peer) protected PeerForeignDelegatePeerManagerImpl.lookupForeignPeer(Peer _foreign) PeerManagerImpl.mapForeignPeer(Peer _foreign) PeerManagerImpl.mapForeignPeers(Peer[] _foreigns) voidPeerManagerImpl.removePeer(Peer peer, String reason, int reason_code) voidPeerManagerImpl.requestCancelled(PeerReadRequest request, Peer sender) voidPeerManagerImpl.requestComplete(PeerReadRequest request, PooledByteBuffer data, Peer sender) voidPeerManagerImpl.pieceFacade.setReservedFor(Peer peer) Constructors in com.biglybt.pifimpl.local.peers with parameters of type PeerModifierConstructorDescriptionprotectedPeerForeignDelegate(PeerManagerImpl _manager, Peer _foreign) protectedPeerForeignNetworkConnection(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 TypeMethodDescriptionbooleanExternalSeedReader.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 TypeMethodDescriptionbooleanExternalSeedReaderImpl.checkActivation(PeerManager peer_manager, Peer peer) protected booleanExternalSeedReaderImpl.readyToActivate(PeerManager peer_manager, Peer peer, long time_since_start) protected booleanExternalSeedReaderImpl.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 StringBuddyPluginUtils.getChatKey(Peer peer) static StringPartialBuddy.getPartialBuddyKey(Peer peer) booleanBuddyPlugin.isFullBuddy(Peer peer) booleanBuddyPlugin.isPartialBuddy(Download download, Peer peer) voidBuddyPlugin.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 TypeMethodDescriptionvoidBuddyPluginTracker.addPartialBuddy(Download download, Peer peer, boolean manual) protected intbooleanBuddyPluginTracker.isFullBuddy(Peer peer) booleanBuddyPluginTracker.isPartialBuddy(Download download, Peer peer) protected voidBuddyPluginTracker.markBuddyPeer(Download download, Peer peer, boolean is_partial) voidBuddyPluginTracker.removePartialBuddy(Download download, Peer peer, boolean manual) protected voidprotected voidBuddyPluginTracker.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.ImageImageRepository.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 StringLocProvUtils.getCountryCode(Peer peer) private StringLocProvUtils.getCountryName(Peer peer)