Package | Description |
---|---|
io.undertow |
Modifier and Type | Method and Description |
---|---|
static RequestLimitingHandler | Handlers.requestLimitingHandler(int maxRequest, int queueSize, HttpHandler next) Returns a handler that limits the maximum number of requests that can run at a time. |
static RequestLimitingHandler | Handlers.requestLimitingHandler(RequestLimit requestLimit, HttpHandler next) Returns a handler that limits the maximum number of requests that can run at a time. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.