Class AccessLogHttpHandler
java.lang.Object
com.github.toolarium.jwebserver.logger.access.AccessLogHttpHandler
The access log handler utility
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.undertow.server.HttpHandleraddHandler(IWebServerConfiguration webServerConfiguration, io.undertow.server.HttpHandler handlerToWrap) Add basic authentication
-
Method Details
-
addHandler
public static io.undertow.server.HttpHandler addHandler(IWebServerConfiguration webServerConfiguration, io.undertow.server.HttpHandler handlerToWrap) Add basic authentication- Parameters:
webServerConfiguration- the web server configurationhandlerToWrap- the handler to wrap- Returns:
- the handler
-