Uses of Class
org.omnifaces.cdi.ratelimit.RateLimitExceededException
Packages that use RateLimitExceededException
-
Uses of RateLimitExceededException in org.omnifaces.cdi.ratelimit
Methods in org.omnifaces.cdi.ratelimit that throw RateLimitExceededExceptionModifier and TypeMethodDescriptionvoidRateLimiter.checkRateLimit(HttpServletRequest request, int maxRequestsPerTimeWindow, Duration timeWindow, int maxRetries) Checks if the current request exceeds the configured rate limit for the client IP address associated with the given request.voidRateLimiter.checkRateLimit(String clientId, int maxRequestsPerTimeWindow, Duration timeWindow, int maxRetries) Checks if the current request exceeds the configured rate limit for the given client identifier.