Class FixedRateThrottlingPolicy

java.lang.Object
org.forgerock.openig.filter.throttling.FixedRateThrottlingPolicy
All Implemented Interfaces:
ThrottlingPolicy

public class FixedRateThrottlingPolicy extends Object implements ThrottlingPolicy
An implementation of the ThrottlingPolicy that always returns the same throttling rate.
  • Constructor Details

    • FixedRateThrottlingPolicy

      public FixedRateThrottlingPolicy(ThrottlingRate rate)
      Constructs a new throttling policy that always returns the same throttling rate.
      Parameters:
      rate - the rate to return
  • Method Details