Uses of Class
io.jooby.handler.RateLimitHandler
-
Uses of RateLimitHandler in io.jooby.handler
Modifier and TypeMethodDescriptionstatic RateLimitHandler
RateLimitHandler.cluster
(SneakyThrows.Function<String, io.github.bucket4j.Bucket> proxyManager) Rate limiter per IP/Remote address using a cluster.static RateLimitHandler
RateLimitHandler.cluster
(SneakyThrows.Function<String, io.github.bucket4j.Bucket> proxyManager, SneakyThrows.Function<Context, String> classifier) Rate limiter per key using a cluster.static RateLimitHandler
RateLimitHandler.cluster
(SneakyThrows.Function<String, io.github.bucket4j.Bucket> proxyManager, String headerName) Rate limiter per header key using a cluster.