com.sief.play.guard.RateLimitAction
Creates an ActionBuilder which holds a TokenBucketGroup with a bucket for each IP address.
Creates an ActionBuilder which holds a TokenBucketGroup with a bucket for each IP address. Tokens are consumed only by failures. If no tokens remain, the request is rejected.
token bucket size
token bucket rate (per second)
response if request is rejected
prefix for logging
HTTP returns codes which cause a token consumption
the ActionBuilder instance