Uses of Class
io.helidon.webclient.api.SniConfig.BuilderBase
Packages that use SniConfig.BuilderBase
-
Uses of SniConfig.BuilderBase in io.helidon.webclient.api
Classes in io.helidon.webclient.api with type parameters of type SniConfig.BuilderBaseModifier and TypeClassDescriptionstatic classSniConfig.BuilderBase<BUILDER extends SniConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends SniConfig>Fluent API builder base forSniConfig.Subclasses of SniConfig.BuilderBase in io.helidon.webclient.apiMethods in io.helidon.webclient.api with parameters of type SniConfig.BuilderBaseModifier and TypeMethodDescriptionSniConfig.BuilderBase.from(SniConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webclient.api with parameters of type SniConfig.BuilderBaseModifierConstructorDescriptionprotectedSniConfigImpl(SniConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.