Uses of Interface
io.helidon.webclient.api.HttpClientConfig
Packages that use HttpClientConfig
-
Uses of HttpClientConfig in io.helidon.webclient.api
Classes in io.helidon.webclient.api with type parameters of type HttpClientConfigModifier and TypeClassDescriptionstatic classHttpClientConfig.BuilderBase<BUILDER extends HttpClientConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends HttpClientConfig> Fluent API builder base forHttpClientConfig.Subinterfaces of HttpClientConfig in io.helidon.webclient.apiClasses in io.helidon.webclient.api that implement HttpClientConfigModifier 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.Methods in io.helidon.webclient.api that return HttpClientConfigModifier and TypeMethodDescriptionHttpClientConfig.Builder.build()HttpClientConfig.Builder.buildPrototype()protected HttpClientConfigClientRequestBase.clientConfig()Associated client configuration.static HttpClientConfigHttpClientConfig.create()Create a new instance with default values.static HttpClientConfigCreate a new instance from configuration.Methods in io.helidon.webclient.api with parameters of type HttpClientConfigModifier and TypeMethodDescriptionstatic HttpClientConfig.BuilderHttpClientConfig.builder(HttpClientConfig instance) Create a new fluent API builder from an existing instance.HttpClientConfig.BuilderBase.from(HttpClientConfig prototype) Update this builder from an existing prototype instance.Constructors in io.helidon.webclient.api with parameters of type HttpClientConfigModifierConstructorDescriptionprotectedClientRequestBase(HttpClientConfig clientConfig, WebClientCookieManager cookieManager, String protocolId, io.helidon.http.Method method, ClientUri clientUri, Boolean sendExpectContinue, Map<String, String> properties) protectedClientRequestBase(HttpClientConfig clientConfig, WebClientCookieManager cookieManager, String protocolId, io.helidon.http.Method method, ClientUri clientUri, Map<String, String> properties)