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 PEPeerManagerPEPeerManagerFactory.create(byte[] peer_id, PEPeerManagerAdapter adapter, DiskManager diskManager) static PEPeerManagerPEPeerManagerFactory.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 PEPeerManagerAdapterPEPeerManagerStatsImpl.adapterMethods in com.biglybt.core.peer.impl with parameters of type PEPeerManagerAdapterModifier and TypeMethodDescriptionstatic PEPeerControlPEPeerControlFactory.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()