Uses of Interface
io.helidon.webclient.api.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
Modifier and TypeClassDescriptionstatic class
HttpClientConfig.BuilderBase<BUILDER extends HttpClientConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends HttpClientConfig> Fluent API builder base forHttpClientConfig
.Modifier 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.Modifier 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.Modifier 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.ModifierConstructorDescriptionprotected
ClientRequestBase
(HttpClientConfig clientConfig, WebClientCookieManager cookieManager, String protocolId, Method method, ClientUri clientUri, Map<String, String> properties) -
Uses of HttpClientConfig in io.helidon.webclient.grpc
Modifier and TypeInterfaceDescriptioninterface
Configuration of a grpc client.(package private) interface
io.helidon.webclient.grpc.GrpcClientConfigBlueprint
Configuration of a grpc client.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of HttpClientConfig in io.helidon.webclient.http1
Modifier and TypeInterfaceDescriptioninterface
HTTP/1.1.(package private) interface
io.helidon.webclient.http1.Http1ClientConfigBlueprint
HTTP/1.1.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of HttpClientConfig in io.helidon.webclient.http2
Modifier and TypeInterfaceDescriptioninterface
HTTP/2 full webclient configuration.(package private) interface
io.helidon.webclient.http2.Http2ClientConfigBlueprint
HTTP/2 full webclient configuration.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of HttpClientConfig in io.helidon.webclient.websocket
Modifier and TypeInterfaceDescriptioninterface
WebSocket full webclient configuration.(package private) interface
io.helidon.webclient.websocket.WsClientConfigBlueprint
WebSocket full webclient configuration.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.