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