Uses of Class
io.undertow.server.handlers.RequestLimit
-
Packages that use RequestLimit Package Description io.undertow io.undertow.server.handlers -
-
Uses of RequestLimit in io.undertow
Methods in io.undertow with parameters of type RequestLimit Modifier and Type Method Description static 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 RequestLimit Modifier and Type Method Description RequestLimit
RequestLimitingHandler. getRequestLimit()
Constructors in io.undertow.server.handlers with parameters of type RequestLimit Constructor Description RequestLimitingHandler(RequestLimit requestLimit, HttpHandler nextHandler)
Construct a new instance.
-