| Package | Description |
|---|---|
| io.undertow | |
| io.undertow.server.handlers |
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
RequestLimit |
RequestLimitingHandler.getRequestLimit() |
| Constructor | Description |
|---|---|
RequestLimitingHandler(RequestLimit requestLimit,
HttpHandler nextHandler) |
Construct a new instance.
|
Copyright © 2018. All rights reserved.