Uses of Interface
com.biglybt.core.peermanager.control.PeerControlInstance
-
Packages that use PeerControlInstance Package Description com.biglybt.core.peer.impl.control com.biglybt.core.peermanager.control com.biglybt.core.peermanager.control.impl -
-
Uses of PeerControlInstance in com.biglybt.core.peer.impl.control
Classes in com.biglybt.core.peer.impl.control that implement PeerControlInstance Modifier and Type Class Description class
PEPeerControlImpl
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 PeerControlInstance Modifier and Type Method Description void
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 PeerControlInstance Modifier and Type Field Description private PeerControlInstance
PeerControlSchedulerBasic.instanceWrapper. instance
private PeerControlInstance
PeerControlSchedulerPrioritised.instanceWrapper. instance
Fields in com.biglybt.core.peermanager.control.impl with type parameters of type PeerControlInstance Modifier and Type Field Description private java.util.Map<PeerControlInstance,PeerControlSchedulerBasic.instanceWrapper>
PeerControlSchedulerBasic. instance_map
private java.util.Map<PeerControlInstance,PeerControlSchedulerPrioritised.instanceWrapper>
PeerControlSchedulerPrioritised. instance_map
Methods in com.biglybt.core.peermanager.control.impl that return PeerControlInstance Modifier and Type Method Description protected PeerControlInstance
PeerControlSchedulerPrioritised.instanceWrapper. getInstance()
Methods in com.biglybt.core.peermanager.control.impl with parameters of type PeerControlInstance Modifier and Type Method Description void
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 PeerControlInstance Constructor Description instanceWrapper(PeerControlInstance _instance)
instanceWrapper(PeerControlInstance _instance)
-