Uses of Interface
com.biglybt.core.speedmanager.SpeedManager
-
-
Uses of SpeedManager in com.biglybt.core
Methods in com.biglybt.core that return SpeedManager Modifier and Type Method Description SpeedManager
Core. getSpeedManager()
-
Uses of SpeedManager in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as SpeedManager Modifier and Type Field Description (package private) static SpeedManager
DownloadManagerRateController. speed_manager
-
Uses of SpeedManager in com.biglybt.core.impl
Fields in com.biglybt.core.impl declared as SpeedManager Modifier and Type Field Description (package private) SpeedManager
CoreImpl. speed_manager
Methods in com.biglybt.core.impl that return SpeedManager Modifier and Type Method Description SpeedManager
CoreImpl. getSpeedManager()
-
Uses of SpeedManager in com.biglybt.core.speedmanager
Methods in com.biglybt.core.speedmanager that return SpeedManager Modifier and Type Method Description static SpeedManager
SpeedManagerFactory. createSpeedManager(Core core, SpeedManagerAdapter adapter)
-
Uses of SpeedManager in com.biglybt.core.speedmanager.impl
Classes in com.biglybt.core.speedmanager.impl that implement SpeedManager Modifier and Type Class Description class
SpeedManagerImpl
Methods in com.biglybt.core.speedmanager.impl that return SpeedManager Modifier and Type Method Description SpeedManager
SpeedManagerAlgorithmProviderAdapter. getSpeedManager()
SpeedManager
SpeedManagerImpl. getSpeedManager()
-
Uses of SpeedManager in com.biglybt.core.speedmanager.impl.v2
Constructors in com.biglybt.core.speedmanager.impl.v2 with parameters of type SpeedManager Constructor Description SpeedLimitMonitor(SpeedManager sm)
-
Uses of SpeedManager in com.biglybt.ui.config
Fields in com.biglybt.ui.config declared as SpeedManager Modifier and Type Field Description private SpeedManager
ConfigSectionTransferAutoSpeedSelect. sm
-
Uses of SpeedManager in com.biglybt.ui.swt.speedtest
Fields in com.biglybt.ui.swt.speedtest declared as SpeedManager Modifier and Type Field Description (package private) SpeedManager
SpeedTestFinishPanel. speedManager
private SpeedManager
SpeedTestSetLimitPanel. speedManager
-
Uses of SpeedManager in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as SpeedManager Modifier and Type Field Description private SpeedManager
ViewQuickNetInfo. speed_manager
-
Uses of SpeedManager in com.biglybt.ui.swt.views.stats
Fields in com.biglybt.ui.swt.views.stats declared as SpeedManager Modifier and Type Field Description private SpeedManager
TransferStatsView. speedManager
-