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 class
AbstractLogEntry.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 class
HeaderLogEntry.Builder
Fluent API builder forHeaderLogEntry
.static class
HostLogEntry.Builder
A fluent API builder forHostLogEntry
.static class
RequestLineLogEntry.Builder
A fluent API builder forRequestLineLogEntry
.static class
SizeLogEntry.Builder
A fluent API builder forSizeLogEntry
.static class
StatusLogEntry.Builder
A fluent API builder forStatusLogEntry
.static class
TimestampLogEntry.Builder
A fluent API builder forHostLogEntry
.static class
TimeTakenLogEntry.Builder
A fluent API builder forTimeTakenLogEntry
.static class
UserLogEntry.Builder
Fluent 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.
-