Uses of Class
io.helidon.webserver.accesslog.AbstractLogEntry.Builder
-
Packages that use AbstractLogEntry.Builder Package Description io.helidon.webserver.accesslog Access log support for Helidon WebServer. -
-
Uses of AbstractLogEntry.Builder in io.helidon.webserver.accesslog
Classes in io.helidon.webserver.accesslog with type parameters of type AbstractLogEntry.Builder Modifier and Type Class Description protected static classAbstractLogEntry.Builder<R extends AbstractLogEntry,T extends AbstractLogEntry.Builder<R,?>>A fluent API builder forAbstractLogEntry.Subclasses of AbstractLogEntry.Builder in io.helidon.webserver.accesslog Modifier and Type Class Description static classHeaderLogEntry.BuilderFluent API builder forHeaderLogEntry.static classHostLogEntry.BuilderA fluent API builder forHostLogEntry.static classRequestLineLogEntry.BuilderA fluent API builder forRequestLineLogEntry.static classSizeLogEntry.BuilderA fluent API builder forSizeLogEntry.static classStatusLogEntry.BuilderA fluent API builder forStatusLogEntry.static classTimestampLogEntry.BuilderA fluent API builder forHostLogEntry.static classTimeTakenLogEntry.BuilderA fluent API builder forTimeTakenLogEntry.static classUserLogEntry.BuilderFluent API builder forUserLogEntry.Constructors in io.helidon.webserver.accesslog with parameters of type AbstractLogEntry.Builder Constructor Description AbstractLogEntry(AbstractLogEntry.Builder<?,?> builder)Create a new instance using a builder.
-