Uses of Interface
io.helidon.webclient.api.HttpConfigBase
Packages that use 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
Classes in io.helidon.webclient.api with type parameters of type HttpConfigBaseModifier and TypeClassDescriptionstatic class
HttpConfigBase.BuilderBase<BUILDER extends HttpConfigBase.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends HttpConfigBase> Fluent API builder base forHttpConfigBase
.Subinterfaces of HttpConfigBase in io.helidon.webclient.apiModifier and TypeInterfaceDescriptioninterface
This can be used by any HTTP client version, and does not act as a factory, for easy extensibility.interface
WebClient configuration.Classes in io.helidon.webclient.api that implement HttpConfigBaseModifier 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.Methods in io.helidon.webclient.api that return HttpConfigBaseModifier and TypeMethodDescriptionHttpConfigBase.Builder.build()
HttpConfigBase.Builder.buildPrototype()
static HttpConfigBase
Create a new instance from configuration.Methods in io.helidon.webclient.api with parameters of type HttpConfigBaseModifier 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
Subinterfaces of HttpConfigBase 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 HttpConfigBaseModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of HttpConfigBase in io.helidon.webclient.http1
Subinterfaces of HttpConfigBase 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 HttpConfigBaseModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of HttpConfigBase in io.helidon.webclient.http2
Subinterfaces of HttpConfigBase 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 HttpConfigBaseModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of HttpConfigBase in io.helidon.webclient.websocket
Subinterfaces of HttpConfigBase 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 HttpConfigBaseModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.