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/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 class
HttpClientConfig.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 class
Generated implementation of the prototype, can be extended by descendant prototype implementations.protected static class
Generated 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 HttpClientConfig
ClientRequestBase.clientConfig()
Associated client configuration.static HttpClientConfig
HttpClientConfig.create()
Create a new instance with default values.static HttpClientConfig
Create a new instance from configuration.Methods in io.helidon.webclient.api with parameters of type HttpClientConfigModifier and TypeMethodDescriptionstatic HttpClientConfig.Builder
HttpClientConfig.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 HttpClientConfigModifierConstructorDescriptionprotected
ClientRequestBase
(HttpClientConfig clientConfig, WebClientCookieManager cookieManager, String protocolId, Method method, ClientUri clientUri, Map<String, String> properties) -
Uses of HttpClientConfig in io.helidon.webclient.grpc
Subinterfaces of HttpClientConfig in io.helidon.webclient.grpcModifier and TypeInterfaceDescriptioninterface
Configuration of a grpc client.(package private) interface
io.helidon.webclient.grpc.GrpcClientConfigBlueprint
Configuration of a grpc client.Classes in io.helidon.webclient.grpc that implement HttpClientConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of HttpClientConfig in io.helidon.webclient.http1
Subinterfaces of HttpClientConfig in io.helidon.webclient.http1Modifier and TypeInterfaceDescriptioninterface
HTTP/1.1.(package private) interface
io.helidon.webclient.http1.Http1ClientConfigBlueprint
HTTP/1.1.Classes in io.helidon.webclient.http1 that implement HttpClientConfigModifier and TypeClassDescriptionprotected static class
Generated 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 TypeInterfaceDescriptioninterface
HTTP/2 full webclient configuration.(package private) interface
io.helidon.webclient.http2.Http2ClientConfigBlueprint
HTTP/2 full webclient configuration.Classes in io.helidon.webclient.http2 that implement HttpClientConfigModifier and TypeClassDescriptionprotected static class
Generated 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 TypeInterfaceDescriptioninterface
WebSocket full webclient configuration.(package private) interface
io.helidon.webclient.websocket.WsClientConfigBlueprint
WebSocket full webclient configuration.Classes in io.helidon.webclient.websocket that implement HttpClientConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.