Package google.registry.proxy.quota
-
Class Summary Class Description QuotaConfig Value class that stores the quota configuration for a protocol.QuotaManager A thread-safe quota manager that schedules background refresh if necessary.QuotaManager.QuotaRebate Value class representing a quota rebate.QuotaManager.QuotaRequest Value class representing a quota request.QuotaManager.QuotaResponse Value class representing a quota response.TokenStore A thread-safe token store that supports concurrentTokenStore.take(java.lang.String)
,TokenStore.put(java.lang.String, org.joda.time.DateTime)
, andTokenStore.refresh()
operations.