Package 

Class LogbackAccessUndertowHttpHandler

  • All Implemented Interfaces:
    io.undertow.server.HttpHandler

    
    public final class LogbackAccessUndertowHttpHandler
     implements HttpHandler
                        

    The Undertow HttpHandler to emit Logback-access events.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit handleRequest(HttpServerExchange exchange)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogbackAccessUndertowHttpHandler

        LogbackAccessUndertowHttpHandler(LogbackAccessContext logbackAccessContext, HttpHandler next)