Uses of Interface
io.helidon.webserver.accesslog.AccessLogContext
-
Packages that use AccessLogContext Package Description io.helidon.webserver.accesslog Access log support for Helidon WebServer. -
-
Uses of AccessLogContext in io.helidon.webserver.accesslog
Methods in io.helidon.webserver.accesslog with parameters of type AccessLogContext Modifier and Type Method Description String
AbstractLogEntry. apply(AccessLogContext context)
Apply the log entry, adds padding to the log entry and then callsAbstractLogEntry.doApply(AccessLogContext)
.String
AccessLogEntry. apply(AccessLogContext context)
This method is called once the response is fully processed.String
UserIdLogEntry. apply(AccessLogContext context)
protected abstract String
AbstractLogEntry. doApply(AccessLogContext context)
Apply the "raw" log entry.protected String
HeaderLogEntry. doApply(AccessLogContext context)
protected String
HostLogEntry. doApply(AccessLogContext context)
String
RequestLineLogEntry. doApply(AccessLogContext context)
String
SizeLogEntry. doApply(AccessLogContext context)
String
StatusLogEntry. doApply(AccessLogContext context)
String
TimestampLogEntry. doApply(AccessLogContext context)
protected String
TimeTakenLogEntry. doApply(AccessLogContext context)
protected String
UserLogEntry. doApply(AccessLogContext context)
-