Uses of Interface
io.helidon.webclient.api.HttpClientConfig
Packages that use HttpClientConfig
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient HTTP/1.1 Support.
Helidon WebClient HTTP/2 Support.
Helidon WebClient WebSocket Support.
-
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, Method method, ClientUri clientUri, Map<String, String> properties) -
Uses of HttpClientConfig in io.helidon.webclient.http1
Subinterfaces of HttpClientConfig in io.helidon.webclient.http1Modifier and TypeInterfaceDescriptioninterfaceHTTP/1.1.(package private) interfaceio.helidon.webclient.http1.Http1ClientConfigBlueprintHTTP/1.1.Classes in io.helidon.webclient.http1 that implement HttpClientConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of HttpClientConfig in io.helidon.webclient.http2
Subinterfaces of HttpClientConfig in io.helidon.webclient.http2Modifier and TypeInterfaceDescriptioninterfaceHTTP/2 full webclient configuration.(package private) interfaceio.helidon.webclient.http2.Http2ClientConfigBlueprintHTTP/2 full webclient configuration.Classes in io.helidon.webclient.http2 that implement HttpClientConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of HttpClientConfig in io.helidon.webclient.websocket
Subinterfaces of HttpClientConfig in io.helidon.webclient.websocketModifier and TypeInterfaceDescriptioninterfaceWebSocket full webclient configuration.(package private) interfaceio.helidon.webclient.websocket.WsClientConfigBlueprintWebSocket full webclient configuration.Classes in io.helidon.webclient.websocket that implement HttpClientConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.