Package de.quantummaid.httpmaid.undertow
Class UndertowHandler
- java.lang.Object
-
- de.quantummaid.httpmaid.undertow.UndertowHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public final class UndertowHandler extends Object implements io.undertow.server.HttpHandler
-
-
Constructor Summary
Constructors Constructor Description UndertowHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange httpServerExchange)static UndertowHandlerundertowHandler(HttpMaid httpMaid)
-
-
-
Method Detail
-
undertowHandler
public static UndertowHandler undertowHandler(HttpMaid httpMaid)
-
handleRequest
public void handleRequest(io.undertow.server.HttpServerExchange httpServerExchange)
- Specified by:
handleRequestin interfaceio.undertow.server.HttpHandler
-
-