Uses of Interface
io.helidon.webserver.accesslog.AccessLogConfig
-
Uses of AccessLogConfig in io.helidon.webserver.accesslog
Modifier and TypeClassDescriptionstatic class
AccessLogConfig.BuilderBase<BUILDER extends AccessLogConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends AccessLogConfig> Fluent API builder base forAccessLogFeature
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionAccessLogConfig.Builder.buildPrototype()
static AccessLogConfig
AccessLogConfig.create()
Create a new instance with default values.static AccessLogConfig
Create a new instance from configuration.AccessLogFeature.prototype()
Modifier and TypeMethodDescriptionstatic AccessLogConfig.Builder
AccessLogConfig.builder
(AccessLogConfig instance) Create a new fluent API builder from an existing instance.static AccessLogFeature
AccessLogFeature.create
(AccessLogConfig config) Create a new instance from its configuration.AccessLogConfig.BuilderBase.from
(AccessLogConfig prototype) Update this builder from an existing prototype instance.