Uses of Class
com.networknt.limit.RateLimitResponse
-
Packages that use RateLimitResponse Package Description com.networknt.limit -
-
Uses of RateLimitResponse in com.networknt.limit
Methods in com.networknt.limit that return RateLimitResponse Modifier and Type Method Description RateLimitResponseRateLimiter. handleRequest(io.undertow.server.HttpServerExchange exchange, LimitKey limitKey)RateLimitResponseRateLimiter. isAllowByServer(String path)Handle logic for Server type (key = server) rate limitprotected RateLimitResponseRateLimiter. isAllowDirect(String directKey, String path, String type)Handle logic for direct rate limit setting for address, client and user.
-