Uses of Interface
org.forgerock.openig.filter.throttling.ThrottlingStrategy
Packages that use ThrottlingStrategy
Package
Description
This package contains the components used to implement a throttling rate support.
-
Uses of ThrottlingStrategy in org.forgerock.openig.filter.throttling
Classes in org.forgerock.openig.filter.throttling that implement ThrottlingStrategyModifier and TypeClassDescriptionclassThe rate limiting is implemented as a token bucket strategy that gives us the ability to handle rate limits through a sliding window.Constructors in org.forgerock.openig.filter.throttling with parameters of type ThrottlingStrategyModifierConstructorDescriptionThrottlingFilter(AsyncFunction<ContextAndRequest, String, Exception> requestGroupingPolicy, ThrottlingPolicy throttlingRatePolicy, ThrottlingStrategy throttlingStrategy) Constructs a ThrottlingFilter.