Uses of Class
com.biglybt.pifimpl.local.utils.UtilitiesImpl.PluginLimitedRateGroup
Packages that use UtilitiesImpl.PluginLimitedRateGroup
-
Uses of UtilitiesImpl.PluginLimitedRateGroup in com.biglybt.pifimpl.local.utils
Fields in com.biglybt.pifimpl.local.utils with type parameters of type UtilitiesImpl.PluginLimitedRateGroupModifier and TypeFieldDescriptionprivate static WeakHashMap
<RateLimiter, UtilitiesImpl.PluginLimitedRateGroup> UtilitiesImpl.limiter_map
Methods in com.biglybt.pifimpl.local.utils that return UtilitiesImpl.PluginLimitedRateGroupModifier and TypeMethodDescriptionUtilitiesImpl.wrapLimiter
(RateLimiter limiter, boolean disable_disable) Methods in com.biglybt.pifimpl.local.utils with parameters of type UtilitiesImpl.PluginLimitedRateGroupModifier and TypeMethodDescriptionvoid
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)