Class AccessLogHttpHandler


  • public final class AccessLogHttpHandler
    extends java.lang.Object
    The access log handler utility
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.undertow.server.HttpHandler addHandler​(IWebServerConfiguration configuration, io.undertow.server.HttpHandler handlerToWrap)
      Add basic authentication
      • Methods inherited from class java.lang.Object

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

      • addHandler

        public static io.undertow.server.HttpHandler addHandler​(IWebServerConfiguration configuration,
                                                                io.undertow.server.HttpHandler handlerToWrap)
        Add basic authentication
        Parameters:
        configuration - the configuration
        handlerToWrap - the handler to wrap
        Returns:
        the handler