Uses of Class
com.networknt.limit.LimitKey
-
Packages that use LimitKey Package Description com.networknt.limit -
-
Uses of LimitKey in com.networknt.limit
Methods in com.networknt.limit that return LimitKey Modifier and Type Method Description static LimitKeyLimitKey. fromValue(String key)LimitKeyLimitConfig. getKey()static LimitKeyLimitKey. valueOf(String name)Returns the enum constant of this type with the specified name.static LimitKey[]LimitKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.networknt.limit with parameters of type LimitKey Modifier and Type Method Description RateLimitResponseRateLimiter. handleRequest(io.undertow.server.HttpServerExchange exchange, LimitKey limitKey)voidLimitConfig. setKey(LimitKey key)
-