Uses of Class
io.helidon.webclient.WebClient.Builder
Packages that use WebClient.Builder
Package
Description
Common classes for accessing JSON based REST APIs of third party systems.
Classes needed for OCI to connect to service API.
Vault integration.
A reactive client for rest calls.
-
Uses of WebClient.Builder in io.helidon.integrations.common.rest
Method parameters in io.helidon.integrations.common.rest with type arguments of type WebClient.BuilderModifier and TypeMethodDescriptionRestApi.Builder.webClientBuilder(Consumer<WebClient.Builder> updater) Update web client builder. -
Uses of WebClient.Builder in io.helidon.integrations.oci.connect
Method parameters in io.helidon.integrations.oci.connect with type arguments of type WebClient.BuilderModifier and TypeMethodDescriptionOciConfigInstancePrincipal.Builder.webClientBuilder(Consumer<WebClient.Builder> updater) Update web client builder. -
Uses of WebClient.Builder in io.helidon.integrations.vault
Methods in io.helidon.integrations.vault that return types with arguments of type WebClient.BuilderMethod parameters in io.helidon.integrations.vault with type arguments of type WebClient.BuilderModifier and TypeMethodDescriptionVault.Builder.updateWebClient(Consumer<WebClient.Builder> updater) A consumer that updatesWebClient.Builder. -
Uses of WebClient.Builder in io.helidon.webclient
Methods in io.helidon.webclient that return WebClient.BuilderModifier and TypeMethodDescriptionAdd a default cookie.Add a default header (such as accept).WebClient.Builder.addMediaSupport(MediaSupport mediaSupport) WebClient.Builder.addReader(MessageBodyReader<?> reader) WebClient.Builder.addService(WebClientService service) Register new instance ofWebClientService.WebClient.Builder.addService(Supplier<? extends WebClientService> serviceSupplier) Register new instance ofWebClientService.WebClient.Builder.addStreamReader(MessageBodyStreamReader<?> streamReader) WebClient.Builder.addStreamWriter(MessageBodyStreamWriter<?> streamWriter) WebClient.Builder.addWriter(MessageBodyWriter<?> writer) Sets base uri for each request.Sets base uri for each request.Sets base url for each request.static WebClient.BuilderWebClient.builder()Fluent API builder for client.Config of this client.WebClient.Builder.connectTimeout(long amount, TimeUnit unit) Sets new connection timeout.Sets specific context which should be used in requests.WebClient.Builder.followRedirects(boolean follow) Sets if redirects should be followed or not.WebClient.Builder.keepAlive(boolean keepAlive) Set whether connection to server should be kept alive after request.WebClient.Builder.mediaContext(MediaContext mediaContext) Sets new proxy which will used for the requests.WebClient.Builder.readTimeout(long amount, TimeUnit unit) Sets new read timeout.WebClient.Builder.tls(WebClientTls webClientTls) Sets newWebClientTlsinstance which contains ssl configuration.Sets user agent name.WebClient.Builder.useSystemServiceLoader(boolean useServiceLoader) Sets if Java Service loader should be used to load allWebClientServiceProvider.WebClient.Builder.validateHeaders(boolean validate) Whether to validate header names.