Uses of Class
io.helidon.http.HttpLogConfig.BuilderBase
Packages that use HttpLogConfig.BuilderBase
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of HttpLogConfig.BuilderBase in io.helidon.http
Classes in io.helidon.http with type parameters of type HttpLogConfig.BuilderBaseModifier and TypeClassDescriptionstatic classHttpLogConfig.BuilderBase<BUILDER extends HttpLogConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends HttpLogConfig> Fluent API builder base forHttpLogConfig.Subclasses of HttpLogConfig.BuilderBase in io.helidon.httpMethods in io.helidon.http with parameters of type HttpLogConfig.BuilderBaseModifier and TypeMethodDescriptionHttpLogConfig.BuilderBase.from(HttpLogConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.http with parameters of type HttpLogConfig.BuilderBaseModifierConstructorDescriptionprotectedHttpLogConfigImpl(HttpLogConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.