Uses of Class
io.helidon.webserver.accesslog.AccessLogConfig.Builder
-
Uses of AccessLogConfig.Builder in io.helidon.webserver.accesslog
Modifier and TypeMethodDescriptionstatic AccessLogConfig.Builder
AccessLogConfig.builder()
Create a new fluent API builder to customize configuration.static AccessLogConfig.Builder
AccessLogConfig.builder
(AccessLogConfig instance) Create a new fluent API builder from an existing instance.static AccessLogConfig.Builder
AccessLogFeature.builder()
A new fluent API builder to create Access log support instance.Modifier and TypeMethodDescriptionstatic AccessLogFeature
AccessLogFeature.create
(Consumer<AccessLogConfig.Builder> builderConsumer) Create a new instance customizing its configuration.