public class GlobalRequestControllerHandler extends Object implements io.undertow.server.HttpHandler
Constructor and Description |
---|
GlobalRequestControllerHandler(io.undertow.server.HttpHandler next,
org.wildfly.extension.requestcontroller.ControlPoint entryPoint) |
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) |
public GlobalRequestControllerHandler(io.undertow.server.HttpHandler next, org.wildfly.extension.requestcontroller.ControlPoint entryPoint)
public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception
handleRequest
in interface io.undertow.server.HttpHandler
Exception
public static io.undertow.server.HandlerWrapper wrapper(org.wildfly.extension.requestcontroller.ControlPoint entryPoint)
public io.undertow.server.HttpHandler getNext()
Copyright © 2017 JBoss by Red Hat. All rights reserved.