Uses of Class
io.undertow.server.handlers.ResponseRateLimitingHandler
-
Packages that use ResponseRateLimitingHandler Package Description io.undertow -
-
Uses of ResponseRateLimitingHandler in io.undertow
Methods in io.undertow that return ResponseRateLimitingHandler Modifier and Type Method Description static ResponseRateLimitingHandler
Handlers. responseRateLimitingHandler(HttpHandler next, int bytes, long time, java.util.concurrent.TimeUnit timeUnit)
A handler that limits the download speed to a set number of bytes/period
-