Class HeadlessHttpHandler
- java.lang.Object
-
- io.streamthoughts.azkarra.http.handler.HeadlessHttpHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class HeadlessHttpHandler extends Object implements io.undertow.server.HttpHandler
-
-
Constructor Summary
Constructors Constructor Description HeadlessHttpHandler(io.undertow.server.HttpHandler next)
Creates a newHeadlessHttpHandler
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleRequest(io.undertow.server.HttpServerExchange exchange)
-
-
-
Constructor Detail
-
HeadlessHttpHandler
public HeadlessHttpHandler(io.undertow.server.HttpHandler next)
Creates a newHeadlessHttpHandler
instance.
-
-