Uses of Class
io.helidon.webclient.api.HttpClientConfig.BuilderBase
Packages that use HttpClientConfig.BuilderBase
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 HttpClientConfig.BuilderBase in io.helidon.webclient.apiClasses in io.helidon.webclient.api with type parameters of type HttpClientConfig.BuilderBaseModifier and TypeClassDescriptionstatic classHttpClientConfig.BuilderBase<BUILDER extends HttpClientConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends HttpClientConfig> Fluent API builder base forHttpClientConfig.Subclasses of HttpClientConfig.BuilderBase in io.helidon.webclient.apiModifier and TypeClassDescriptionstatic classFluent API builder forHttpClientConfig.static classFluent API builder forWebClient.static classWebClientConfig.BuilderBase<BUILDER extends WebClientConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends WebClientConfig> Fluent API builder base forWebClient.Methods in io.helidon.webclient.api with parameters of type HttpClientConfig.BuilderBaseModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.from(HttpClientConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webclient.api with parameters of type HttpClientConfig.BuilderBaseModifierConstructorDescriptionprotectedHttpClientConfigImpl(HttpClientConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.
- 
Uses of HttpClientConfig.BuilderBase in io.helidon.webclient.grpcSubclasses of HttpClientConfig.BuilderBase in io.helidon.webclient.grpcModifier and TypeClassDescriptionstatic classFluent API builder forGrpcClient.static classGrpcClientConfig.BuilderBase<BUILDER extends GrpcClientConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends GrpcClientConfig> Fluent API builder base forGrpcClient.
- 
Uses of HttpClientConfig.BuilderBase in io.helidon.webclient.http1Subclasses of HttpClientConfig.BuilderBase in io.helidon.webclient.http1Modifier and TypeClassDescriptionstatic classFluent API builder forHttp1Client.static classHttp1ClientConfig.BuilderBase<BUILDER extends Http1ClientConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends Http1ClientConfig> Fluent API builder base forHttp1Client.
- 
Uses of HttpClientConfig.BuilderBase in io.helidon.webclient.http2Subclasses of HttpClientConfig.BuilderBase in io.helidon.webclient.http2Modifier and TypeClassDescriptionstatic classFluent API builder forHttp2Client.static classHttp2ClientConfig.BuilderBase<BUILDER extends Http2ClientConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends Http2ClientConfig> Fluent API builder base forHttp2Client.
- 
Uses of HttpClientConfig.BuilderBase in io.helidon.webclient.jsonrpcSubclasses of HttpClientConfig.BuilderBase in io.helidon.webclient.jsonrpcModifier and TypeClassDescriptionstatic classFluent API builder forJsonRpcClient.static classJsonRpcClientConfig.BuilderBase<BUILDER extends JsonRpcClientConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends JsonRpcClientConfig> Fluent API builder base forJsonRpcClient.
- 
Uses of HttpClientConfig.BuilderBase in io.helidon.webclient.websocketSubclasses of HttpClientConfig.BuilderBase in io.helidon.webclient.websocketModifier and TypeClassDescriptionstatic classFluent API builder forWsClient.static classWsClientConfig.BuilderBase<BUILDER extends WsClientConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends WsClientConfig> Fluent API builder base forWsClient.