public class GlobalRequestControllerHandler extends Object implements io.undertow.server.HttpHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
ORG_WILDFLY_SUSPENDED |
| Constructor and Description |
|---|
GlobalRequestControllerHandler(io.undertow.server.HttpHandler next,
org.wildfly.extension.requestcontroller.ControlPoint entryPoint,
List<io.undertow.predicate.Predicate> allowSuspendedRequests) |
| Modifier and Type | Method and Description |
|---|---|
io.undertow.server.HttpHandler |
getNext() |
void |
handleRequest(io.undertow.server.HttpServerExchange exchange) |
static io.undertow.server.HandlerWrapper |
wrapper(org.wildfly.extension.requestcontroller.ControlPoint entryPoint,
List<io.undertow.predicate.Predicate> allowSuspendedRequests) |
public static final String ORG_WILDFLY_SUSPENDED
public GlobalRequestControllerHandler(io.undertow.server.HttpHandler next,
org.wildfly.extension.requestcontroller.ControlPoint entryPoint,
List<io.undertow.predicate.Predicate> allowSuspendedRequests)
public void handleRequest(io.undertow.server.HttpServerExchange exchange)
throws Exception
handleRequest in interface io.undertow.server.HttpHandlerExceptionpublic static io.undertow.server.HandlerWrapper wrapper(org.wildfly.extension.requestcontroller.ControlPoint entryPoint,
List<io.undertow.predicate.Predicate> allowSuspendedRequests)
public io.undertow.server.HttpHandler getNext()
Copyright © 2021 JBoss by Red Hat. All rights reserved.