Uses of Class
io.helidon.webserver.accesslog.AbstractLogEntry.Builder
-
Uses of AbstractLogEntry.Builder in io.helidon.webserver.accesslog
Modifier and TypeClassDescriptionprotected static class
AbstractLogEntry.Builder<R extends AbstractLogEntry,
T extends AbstractLogEntry.Builder<R, T>> A fluent API builder forAbstractLogEntry
.Modifier 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
.ModifierConstructorDescriptionprotected
AbstractLogEntry
(AbstractLogEntry.Builder<?, ?> builder) Create a new instance using a builder.