Uses of Interface
org.forgerock.http.filter.throttling.ThrottlingPolicy
-
Packages that use ThrottlingPolicy Package Description org.forgerock.http.filter.throttling This package contains the components used to implement a throttling rate support.org.forgerock.openig.filter.throttling This package contains the components used to implement a throttling rate support. -
-
Uses of ThrottlingPolicy in org.forgerock.http.filter.throttling
Classes in org.forgerock.http.filter.throttling that implement ThrottlingPolicy Modifier and Type Class Description classDefaultRateThrottlingPolicyADefaultRateThrottlingPolicyis a delegatingThrottlingPolicythat ensures the returnedThrottlingRateis never null.classFixedRateThrottlingPolicyAn implementation of theThrottlingPolicythat always returns the same throtlling rate.classMappedThrottlingPolicyImplementation ofThrottlingPolicybacked by aMap.Constructors in org.forgerock.http.filter.throttling with parameters of type ThrottlingPolicy Constructor Description DefaultRateThrottlingPolicy(ThrottlingRate defaultRate, ThrottlingPolicy delegate)Constructs a newDefaultRateThrottlingPolicy.ThrottlingFilter(String name, org.forgerock.util.AsyncFunction<ContextAndRequest,String,Exception> requestGroupingPolicy, ThrottlingPolicy throttlingRatePolicy, ThrottlingStrategy throttlingStrategy)ThrottlingFilter(org.forgerock.util.AsyncFunction<ContextAndRequest,String,Exception> requestGroupingPolicy, ThrottlingPolicy throttlingRatePolicy, ThrottlingStrategy throttlingStrategy)Constructs a ThrottlingFilter. -
Uses of ThrottlingPolicy in org.forgerock.openig.filter.throttling
Classes in org.forgerock.openig.filter.throttling that implement ThrottlingPolicy Modifier and Type Class Description classScriptableThrottlingPolicyA scriptable throttling datasource.
-