Uses of Interface
io.helidon.webclient.api.HttpConfigBase
Packages that use HttpConfigBase
-
Uses of HttpConfigBase in io.helidon.webclient.api
Classes in io.helidon.webclient.api with type parameters of type HttpConfigBaseModifier and TypeClassDescriptionstatic classHttpConfigBase.BuilderBase<BUILDER extends HttpConfigBase.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends HttpConfigBase> Fluent API builder base forHttpConfigBase.Subinterfaces of HttpConfigBase in io.helidon.webclient.apiModifier and TypeInterfaceDescriptioninterfaceThis can be used by any HTTP client version, and does not act as a factory, for easy extensibility.interfaceWebClient configuration.Classes in io.helidon.webclient.api that implement HttpConfigBaseModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webclient.api that return HttpConfigBaseModifier and TypeMethodDescriptionHttpConfigBase.Builder.build()HttpConfigBase.Builder.buildPrototype()static HttpConfigBaseCreate a new instance from configuration.Methods in io.helidon.webclient.api with parameters of type HttpConfigBaseModifier and TypeMethodDescriptionstatic HttpConfigBase.BuilderHttpConfigBase.builder(HttpConfigBase instance) Create a new fluent API builder from an existing instance.HttpConfigBase.BuilderBase.from(HttpConfigBase prototype) Update this builder from an existing prototype instance.