Uses of Interface
org.forgerock.openig.filter.throttling.ThrottlingStrategy
-
Packages that use ThrottlingStrategy Package Description org.forgerock.openig.filter.throttling 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 ThrottlingStrategy Modifier and Type Class Description class
TokenBucketThrottlingStrategy
The 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 ThrottlingStrategy Constructor Description ThrottlingFilter(AsyncFunction<ContextAndRequest,String,Exception> requestGroupingPolicy, ThrottlingPolicy throttlingRatePolicy, ThrottlingStrategy throttlingStrategy)
Constructs a ThrottlingFilter.
-