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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description HeaderLogEntrybuild()Build the instance from this builder.- 
Methods inherited from class io.helidon.webserver.accesslog.AbstractLogEntry.BuilderlPad, maxLength, noPad, rPad, sanitize
 
- 
 
- 
- 
- 
Method Detail- 
buildpublic HeaderLogEntry build() Description copied from interface:BuilderBuild the instance from this builder.- Returns:
- instance of the built type
 
 
- 
 
-