Uses of Class
io.helidon.webserver.accesslog.HeaderLogEntry
-
Packages that use HeaderLogEntry Package Description io.helidon.webserver.accesslog Access log support for Helidon WebServer. -
-
Uses of HeaderLogEntry in io.helidon.webserver.accesslog
Methods in io.helidon.webserver.accesslog that return HeaderLogEntry Modifier and Type Method Description HeaderLogEntry
HeaderLogEntry.Builder. build()
static HeaderLogEntry
HeaderLogEntry. create(String headerName)
Create a header log entry for a specified header name with default configuration.
-