Uses of Interface
com.biglybt.core.peermanager.control.PeerControlInstance
Packages that use PeerControlInstance
Package
Description
-
Uses of PeerControlInstance in com.biglybt.core.peer.impl.control
Classes in com.biglybt.core.peer.impl.control that implement PeerControlInstanceModifier and TypeClassDescriptionclass
manages all peer transports for a torrent -
Uses of PeerControlInstance in com.biglybt.core.peermanager.control
Methods in com.biglybt.core.peermanager.control with parameters of type PeerControlInstanceModifier and TypeMethodDescriptionvoid
PeerControlScheduler.register
(PeerControlInstance instance) void
PeerControlScheduler.unregister
(PeerControlInstance instance) -
Uses of PeerControlInstance in com.biglybt.core.peermanager.control.impl
Fields in com.biglybt.core.peermanager.control.impl declared as PeerControlInstanceModifier and TypeFieldDescriptionprivate final PeerControlInstance
PeerControlSchedulerBasic.instanceWrapper.instance
private final PeerControlInstance
PeerControlSchedulerPrioritised.instanceWrapper.instance
Fields in com.biglybt.core.peermanager.control.impl with type parameters of type PeerControlInstanceModifier and TypeFieldDescriptionPeerControlSchedulerBasic.instance_map
PeerControlSchedulerPrioritised.instance_map
Methods in com.biglybt.core.peermanager.control.impl that return PeerControlInstanceModifier and TypeMethodDescriptionprotected PeerControlInstance
PeerControlSchedulerPrioritised.instanceWrapper.getInstance()
Methods in com.biglybt.core.peermanager.control.impl with parameters of type PeerControlInstanceModifier and TypeMethodDescriptionvoid
PeerControlSchedulerBasic.register
(PeerControlInstance instance) void
PeerControlSchedulerPrioritised.register
(PeerControlInstance instance) void
PeerControlSchedulerBasic.unregister
(PeerControlInstance instance) void
PeerControlSchedulerPrioritised.unregister
(PeerControlInstance instance) Constructors in com.biglybt.core.peermanager.control.impl with parameters of type PeerControlInstanceModifierConstructorDescriptionprotected
instanceWrapper
(PeerControlInstance _instance) protected
instanceWrapper
(PeerControlInstance _instance)