Uses of Class
io.undertow.server.handlers.RequestLimit
Packages that use RequestLimit
-
Uses of RequestLimit in io.undertow
Methods in io.undertow with parameters of type RequestLimitModifier and TypeMethodDescriptionstatic RequestLimitingHandler
Handlers.requestLimitingHandler
(RequestLimit requestLimit, HttpHandler next) Returns a handler that limits the maximum number of requests that can run at a time. -
Uses of RequestLimit in io.undertow.server.handlers
Methods in io.undertow.server.handlers that return RequestLimitConstructors in io.undertow.server.handlers with parameters of type RequestLimitModifierConstructorDescriptionRequestLimitingHandler
(RequestLimit requestLimit, HttpHandler nextHandler) Construct a new instance.