Class AccessLogHttpHandler
- java.lang.Object
-
- com.github.toolarium.jwebserver.logger.access.AccessLogHttpHandler
-
public final class AccessLogHttpHandler extends java.lang.ObjectThe access log handler utility
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.undertow.server.HttpHandleraddHandler(IWebServerConfiguration configuration, io.undertow.server.HttpHandler handlerToWrap)Add basic authentication
-
-
-
Method Detail
-
addHandler
public static io.undertow.server.HttpHandler addHandler(IWebServerConfiguration configuration, io.undertow.server.HttpHandler handlerToWrap)
Add basic authentication- Parameters:
configuration- the configurationhandlerToWrap- the handler to wrap- Returns:
- the handler
-
-