Uses of Class
io.helidon.http.HttpLogConfig.Builder
Packages that use HttpLogConfig.Builder
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of HttpLogConfig.Builder in io.helidon.http
Methods in io.helidon.http that return HttpLogConfig.BuilderModifier and TypeMethodDescriptionstatic HttpLogConfig.BuilderHttpLogConfig.builder()Create a new fluent API builder to customize configuration.static HttpLogConfig.BuilderHttpLogConfig.builder(HttpLogConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.http with type arguments of type HttpLogConfig.BuilderModifier and TypeMethodDescriptionHttpConfig.BuilderBase.log(Consumer<HttpLogConfig.Builder> consumer) HTTP Log configuration.