Package io.helidon.webserver.accesslog
Class RequestLineLogEntry.Builder
- java.lang.Object
-
- io.helidon.webserver.accesslog.AbstractLogEntry.Builder<RequestLineLogEntry,RequestLineLogEntry.Builder>
-
- io.helidon.webserver.accesslog.RequestLineLogEntry.Builder
-
- All Implemented Interfaces:
Builder<RequestLineLogEntry>
,Supplier<RequestLineLogEntry>
- Enclosing class:
- RequestLineLogEntry
public static final class RequestLineLogEntry.Builder extends AbstractLogEntry.Builder<RequestLineLogEntry,RequestLineLogEntry.Builder>
A fluent API builder forRequestLineLogEntry
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestLineLogEntry
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 RequestLineLogEntry build()
Description copied from interface:Builder
Build the instance from this builder.- Returns:
- instance of the built type
-
-