Uses of Class
io.helidon.webclient.WebClientTls
-
Packages that use WebClientTls Package Description io.helidon.webclient A reactive client for rest calls. -
-
Uses of WebClientTls in io.helidon.webclient
Methods in io.helidon.webclient that return WebClientTls Modifier and Type Method Description WebClientTls
WebClientTls.Builder. build()
Methods in io.helidon.webclient with parameters of type WebClientTls Modifier and Type Method Description WebClient.Builder
WebClient.Builder. tls(WebClientTls webClientTls)
Sets newWebClientTls
instance which contains ssl configuration.
-