Uses of Interface
io.helidon.webclient.api.ClientAltSvcConfig
Packages that use ClientAltSvcConfig
-
Uses of ClientAltSvcConfig in io.helidon.webclient.api
Classes in io.helidon.webclient.api with type parameters of type ClientAltSvcConfigModifier and TypeClassDescriptionstatic classClientAltSvcConfig.BuilderBase<BUILDER extends ClientAltSvcConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends ClientAltSvcConfig>Fluent API builder base forClientAltSvcConfig.Classes in io.helidon.webclient.api that implement ClientAltSvcConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type ClientAltSvcConfig in io.helidon.webclient.apiClasses in io.helidon.webclient.api that implement interfaces with type arguments of type ClientAltSvcConfigMethods in io.helidon.webclient.api that return ClientAltSvcConfigModifier and TypeMethodDescriptionClientAltSvcConfig.Builder.build()Create an instance from this builder.ClientAltSvcConfig.Builder.buildPrototype()Create an instance of the prototype.static ClientAltSvcConfigClientAltSvcConfig.create()Create a new instance with default values.static ClientAltSvcConfigCreate a new instance from configuration.Methods in io.helidon.webclient.api that return types with arguments of type ClientAltSvcConfigModifier and TypeMethodDescriptionHttpClientConfig.altSvc()Client policy for accepting and using HTTPAlt-Svcresponse advertisements.HttpClientConfig.BuilderBase.altSvc()Client policy for accepting and using HTTPAlt-Svcresponse advertisements.HttpClientConfig.BuilderBase.HttpClientConfigImpl.altSvc()Methods in io.helidon.webclient.api with parameters of type ClientAltSvcConfigModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.altSvc(ClientAltSvcConfig altSvc) Client policy for accepting and using HTTPAlt-Svcresponse advertisements.static ClientAltSvcConfig.BuilderClientAltSvcConfig.builder(ClientAltSvcConfig instance) Create a new fluent API builder from an existing instance.ClientAltSvcConfig.BuilderBase.from(ClientAltSvcConfig prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.webclient.api with type arguments of type ClientAltSvcConfigModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.altSvc(Supplier<? extends ClientAltSvcConfig> supplier) Client policy for accepting and using HTTPAlt-Svcresponse advertisements.