
Description
public class JOTRequestCounter
Use to "throttle" requests
You create a counter with a unique name and how many minutes it stores data for (in memory)
then call addRequest() to count how many request for this IP, in the time span.
See also: