Uses of Class
com.biglybt.pifimpl.local.utils.UtilitiesImpl.PluginLimitedRateGroup
-
Packages that use UtilitiesImpl.PluginLimitedRateGroup Package Description com.biglybt.pifimpl.local.utils -
-
Uses of UtilitiesImpl.PluginLimitedRateGroup in com.biglybt.pifimpl.local.utils
Fields in com.biglybt.pifimpl.local.utils with type parameters of type UtilitiesImpl.PluginLimitedRateGroup Modifier and Type Field Description private static java.util.WeakHashMap<RateLimiter,UtilitiesImpl.PluginLimitedRateGroup>
UtilitiesImpl. limiter_map
Methods in com.biglybt.pifimpl.local.utils that return UtilitiesImpl.PluginLimitedRateGroup Modifier and Type Method Description static UtilitiesImpl.PluginLimitedRateGroup
UtilitiesImpl. wrapLimiter(RateLimiter limiter, boolean disable_disable)
Methods in com.biglybt.pifimpl.local.utils with parameters of type UtilitiesImpl.PluginLimitedRateGroup Modifier and Type Method Description void
UtilitiesImpl.PluginLimitedRateGroupListener. disabledChanged(UtilitiesImpl.PluginLimitedRateGroup group, boolean is_disabled)
void
UtilitiesImpl.PluginLimitedRateGroupListener. sync(UtilitiesImpl.PluginLimitedRateGroup group, boolean is_disabled)
Periodically called to allow sanity checks - shouldn't really be requiredstatic RateLimiter
UtilitiesImpl. unwrapLmiter(UtilitiesImpl.PluginLimitedRateGroup l)
-