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