Uses of Interface
io.helidon.webclient.api.HttpConfigBase
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 HttpConfigBase in io.helidon.webclient.api
Modifier and TypeClassDescriptionstatic class
HttpConfigBase.BuilderBase<BUILDER extends HttpConfigBase.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends HttpConfigBase> Fluent API builder base forHttpConfigBase
.Modifier and TypeInterfaceDescriptioninterface
This can be used by any HTTP client version, and does not act as a factory, for easy extensibility.interface
WebClient configuration.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.protected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionHttpConfigBase.Builder.build()
HttpConfigBase.Builder.buildPrototype()
static HttpConfigBase
Create a new instance from configuration.Modifier and TypeMethodDescriptionstatic HttpConfigBase.Builder
HttpConfigBase.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. -
Uses of HttpConfigBase 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 HttpConfigBase 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 HttpConfigBase 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 HttpConfigBase 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.