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 classAccessLogConfig.BuilderBase<BUILDER extends AccessLogConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends AccessLogConfig>Fluent API builder base forAccessLogConfig.Classes in io.helidon.webserver.accesslog that implement AccessLogConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type AccessLogConfig in io.helidon.webserver.accesslogClasses in io.helidon.webserver.accesslog that implement interfaces with type arguments of type AccessLogConfigModifier and TypeClassDescriptionfinal classService that adds support for Access logging to Server.Methods in io.helidon.webserver.accesslog that return AccessLogConfigModifier and TypeMethodDescriptionAccessLogConfig.Builder.buildPrototype()Create an instance of the prototype.static AccessLogConfigAccessLogConfig.create()Create a new instance with default values.static AccessLogConfigCreate a new instance from configuration.AccessLogFeature.prototype()Methods in io.helidon.webserver.accesslog with parameters of type AccessLogConfigModifier and TypeMethodDescriptionstatic AccessLogConfig.BuilderAccessLogConfig.builder(AccessLogConfig instance) Create a new fluent API builder from an existing instance.static AccessLogFeatureAccessLogFeature.create(AccessLogConfig config) Create a new instance from its configuration.AccessLogConfig.BuilderBase.from(AccessLogConfig prototype) Update this builder from an existing prototype instance.