Uses of Interface
io.helidon.webserver.accesslog.AccessLogConfig
Packages that use AccessLogConfig
-
Uses of AccessLogConfig in io.helidon.webserver.accesslog
Classes in io.helidon.webserver.accesslog with type parameters of type AccessLogConfigModifier and TypeClassDescriptionstatic class
AccessLogConfig.BuilderBase<BUILDER extends AccessLogConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends AccessLogConfig> Fluent API builder base forAccessLogFeature
.Classes in io.helidon.webserver.accesslog that implement AccessLogConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.accesslog that return AccessLogConfigModifier 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()
Methods in io.helidon.webserver.accesslog with parameters of type AccessLogConfigModifier 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.