Package | Description |
---|---|
org.forgerock.http.filter.throttling |
This package contains the components used to implement a throttling rate support.
|
Modifier and Type | Class and 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.
|
Constructor and Description |
---|
ThrottlingFilter(AsyncFunction<ContextAndRequest,String,Exception> requestGroupingPolicy,
ThrottlingPolicy throttlingRatePolicy,
ThrottlingStrategy throttlingStrategy)
Constructs a ThrottlingFilter.
|
Copyright 2011-2015 ForgeRock AS.