Package io.helidon.webserver.accesslog
Class HeaderLogEntry.Builder
- java.lang.Object
-
- io.helidon.webserver.accesslog.AbstractLogEntry.Builder<HeaderLogEntry,HeaderLogEntry.Builder>
-
- io.helidon.webserver.accesslog.HeaderLogEntry.Builder
-
- All Implemented Interfaces:
Builder<HeaderLogEntry>
,Supplier<HeaderLogEntry>
- Enclosing class:
- HeaderLogEntry
public static final class HeaderLogEntry.Builder extends AbstractLogEntry.Builder<HeaderLogEntry,HeaderLogEntry.Builder>
Fluent API builder forHeaderLogEntry
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeaderLogEntry
build()
Build the instance from this builder.-
Methods inherited from class io.helidon.webserver.accesslog.AbstractLogEntry.Builder
lPad, maxLength, noPad, rPad, sanitize
-
-
-
-
Method Detail
-
build
public HeaderLogEntry build()
Description copied from interface:Builder
Build the instance from this builder.- Returns:
- instance of the built type
-
-