Class QuotaManager

java.lang.Object
google.registry.proxy.quota.QuotaManager

@ThreadSafe public class QuotaManager extends Object
A thread-safe quota manager that schedules background refresh if necessary.

This class abstracts away details about the TokenStore. It:

There should be one QuotaManager per protocol.