Uses of Class
com.networknt.limit.LimitQuota
-
Packages that use LimitQuota Package Description com.networknt.limit -
-
Uses of LimitQuota in com.networknt.limit
Methods in com.networknt.limit that return types with arguments of type LimitQuota Modifier and Type Method Description List<LimitQuota>LimitConfig. getRateLimit()Map<String,LimitQuota>LimitConfig. getServer()Method parameters in com.networknt.limit with type arguments of type LimitQuota Modifier and Type Method Description voidLimitConfig. setRateLimit(List<LimitQuota> rateLimit)voidLimitConfig. setServer(Map<String,LimitQuota> server)
-