Package | Description |
---|---|
io.undertow |
Modifier and Type | Method | 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 © 2018. All rights reserved.