public class CxfRequestLimitingHandler extends Object implements CXFUndertowHttpHandler
| Constructor and Description |
|---|
CxfRequestLimitingHandler() |
CxfRequestLimitingHandler(int maximumConcurrentRequests,
int queueSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaximumConcurrentRequests() |
int |
getQueueSize() |
void |
handleRequest(io.undertow.server.HttpServerExchange exchange) |
void |
setMaximumConcurrentRequests(int maximumConcurrentRequests) |
void |
setNext(io.undertow.server.HttpHandler nextHandler) |
void |
setQueueSize(int queueSize) |
public CxfRequestLimitingHandler(int maximumConcurrentRequests,
int queueSize)
public CxfRequestLimitingHandler()
public void handleRequest(io.undertow.server.HttpServerExchange exchange)
throws Exception
handleRequest in interface io.undertow.server.HttpHandlerExceptionpublic void setNext(io.undertow.server.HttpHandler nextHandler)
setNext in interface CXFUndertowHttpHandlerpublic int getMaximumConcurrentRequests()
public void setMaximumConcurrentRequests(int maximumConcurrentRequests)
public int getQueueSize()
public void setQueueSize(int queueSize)
Apache CXF