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 gRPC Support.
Helidon WebClient HTTP/1.1 Support.
Helidon WebClient HTTP/2 Support.
Helidon WebClient JSON-RPC 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 classHttpConfigBase.BuilderBase<BUILDER extends HttpConfigBase.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends HttpConfigBase> Fluent API builder base forHttpConfigBase.Subinterfaces of HttpConfigBase in io.helidon.webclient.apiModifier and TypeInterfaceDescriptioninterfaceThis can be used by any HTTP client version, and does not act as a factory, for easy extensibility.interfaceWebClient configuration.Classes in io.helidon.webclient.api that implement HttpConfigBaseModifier 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.protected static classGenerated 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 HttpConfigBaseDeprecated.static HttpConfigBaseCreate a new instance from configuration.Methods in io.helidon.webclient.api with parameters of type HttpConfigBaseModifier and TypeMethodDescriptionstatic HttpConfigBase.BuilderHttpConfigBase.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 TypeInterfaceDescriptioninterfaceConfiguration of a grpc client.(package private) interfaceio.helidon.webclient.grpc.GrpcClientConfigBlueprintConfiguration of a grpc client.Classes in io.helidon.webclient.grpc that implement HttpConfigBaseModifier and TypeClassDescriptionprotected static classGenerated 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 TypeInterfaceDescriptioninterfaceHTTP/1.1.(package private) interfaceio.helidon.webclient.http1.Http1ClientConfigBlueprintHTTP/1.1.Classes in io.helidon.webclient.http1 that implement HttpConfigBaseModifier and TypeClassDescriptionprotected static classGenerated 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 TypeInterfaceDescriptioninterfaceHTTP/2 full webclient configuration.(package private) interfaceio.helidon.webclient.http2.Http2ClientConfigBlueprintHTTP/2 full webclient configuration.Classes in io.helidon.webclient.http2 that implement HttpConfigBaseModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations. -
Uses of HttpConfigBase in io.helidon.webclient.jsonrpc
Subinterfaces of HttpConfigBase in io.helidon.webclient.jsonrpcModifier and TypeInterfaceDescriptioninterfaceConfiguration of a JSON-RPC client.(package private) interfaceio.helidon.webclient.jsonrpc.JsonRpcClientConfigBlueprintConfiguration of a JSON-RPC client.Classes in io.helidon.webclient.jsonrpc that implement HttpConfigBaseModifier and TypeClassDescriptionprotected static classGenerated 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 TypeInterfaceDescriptioninterfaceWebSocket full webclient configuration.(package private) interfaceio.helidon.webclient.websocket.WsClientConfigBlueprintWebSocket full webclient configuration.Classes in io.helidon.webclient.websocket that implement HttpConfigBaseModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.
create(io.helidon.config.Config)