Class LogbackAccessUndertowHttpHandler
-
- All Implemented Interfaces:
-
io.undertow.server.HttpHandler
public final class LogbackAccessUndertowHttpHandler implements HttpHandlerThe Undertow HttpHandler to emit Logback-access events.
-
-
Constructor Summary
Constructors Constructor Description LogbackAccessUndertowHttpHandler(LogbackAccessContext logbackAccessContext, HttpHandler next)
-
Method Summary
Modifier and Type Method Description UnithandleRequest(HttpServerExchange exchange)-
-
Constructor Detail
-
LogbackAccessUndertowHttpHandler
LogbackAccessUndertowHttpHandler(LogbackAccessContext logbackAccessContext, HttpHandler next)
-
-
Method Detail
-
handleRequest
Unit handleRequest(HttpServerExchange exchange)
-
-
-
-