Uses of Interface
com.biglybt.core.peer.PEPeerManagerAdapter
Packages that use PEPeerManagerAdapter
Package
Description
-
Uses of PEPeerManagerAdapter in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement PEPeerManagerAdapter -
Uses of PEPeerManagerAdapter in com.biglybt.core.lws
Classes in com.biglybt.core.lws that implement PEPeerManagerAdapter -
Uses of PEPeerManagerAdapter in com.biglybt.core.peer
Methods in com.biglybt.core.peer that return PEPeerManagerAdapterMethods in com.biglybt.core.peer with parameters of type PEPeerManagerAdapterModifier and TypeMethodDescriptionstatic PEPeerManager
PEPeerManagerFactory.create
(byte[] peer_id, PEPeerManagerAdapter adapter, DiskManager diskManager) static PEPeerManager
PEPeerManagerFactory.create
(byte[] peer_id, PEPeerManagerAdapter adapter, DiskManager diskManager, int id) -
Uses of PEPeerManagerAdapter in com.biglybt.core.peer.impl
Fields in com.biglybt.core.peer.impl declared as PEPeerManagerAdapterModifier and TypeFieldDescriptionprivate final PEPeerManagerAdapter
PEPeerManagerStatsImpl.adapter
Methods in com.biglybt.core.peer.impl with parameters of type PEPeerManagerAdapterModifier and TypeMethodDescriptionstatic PEPeerControl
PEPeerControlFactory.create
(byte[] peer_id, PEPeerManagerAdapter adapter, DiskManager diskManager, int id) -
Uses of PEPeerManagerAdapter in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control declared as PEPeerManagerAdapterMethods in com.biglybt.core.peer.impl.control that return PEPeerManagerAdapterConstructors in com.biglybt.core.peer.impl.control with parameters of type PEPeerManagerAdapterModifierConstructorDescriptionPEPeerControlImpl
(byte[] _peer_id, PEPeerManagerAdapter _adapter, DiskManager _diskManager, int _partition_id) -
Uses of PEPeerManagerAdapter in com.biglybt.core.peermanager
Methods in com.biglybt.core.peermanager that return PEPeerManagerAdapterModifier and TypeMethodDescriptionPeerManager.PeerManagerRegistrationImpl.ProbeControl.getAdapter()