Uses of Class
io.helidon.webserver.accesslog.AbstractLogEntry.Builder
Packages that use AbstractLogEntry.Builder
-
Uses of AbstractLogEntry.Builder in io.helidon.webserver.accesslog
Classes in io.helidon.webserver.accesslog with type parameters of type AbstractLogEntry.BuilderModifier and TypeClassDescriptionprotected static class
AbstractLogEntry.Builder<R extends AbstractLogEntry,
T extends AbstractLogEntry.Builder<R, T>> A fluent API builder forAbstractLogEntry
.Subclasses of AbstractLogEntry.Builder in io.helidon.webserver.accesslogModifier and TypeClassDescriptionstatic final class
Fluent API builder forHeaderLogEntry
.static final class
A fluent API builder forHostLogEntry
.static final class
A fluent API builder forRequestLineLogEntry
.static final class
A fluent API builder forSizeLogEntry
.static final class
A fluent API builder forStatusLogEntry
.static final class
A fluent API builder forHostLogEntry
.static final class
A fluent API builder forTimeTakenLogEntry
.static final class
Fluent API builder forUserLogEntry
.Constructors in io.helidon.webserver.accesslog with parameters of type AbstractLogEntry.BuilderModifierConstructorDescriptionprotected
AbstractLogEntry
(AbstractLogEntry.Builder<?, ?> builder) Create a new instance using a builder.