Uses of Interface
io.muserver.RateLimitSelector
-
Packages that use RateLimitSelector Package Description io.muserver This package contains the main API of mu-server, for example the server builders, request and response objects. -
-
Uses of RateLimitSelector in io.muserver
Methods in io.muserver that return RateLimitSelector Modifier and Type Method Description RateLimitSelectorRateLimiter. selector()Methods in io.muserver with parameters of type RateLimitSelector Modifier and Type Method Description MuServerBuilderMuServerBuilder. withRateLimiter(RateLimitSelector selector)Adds a rate limiter to incoming requests.
-