Uses of Class
io.helidon.webclient.WebClientTls.Builder
-
Uses of WebClientTls.Builder in io.helidon.webclient
Modifier and TypeMethodDescriptionWebClientTls.Builder.allowedCipherSuite
(List<String> allowedCipherSuite) Set allowed cipher suite for the client.static WebClientTls.Builder
WebClientTls.builder()
Fluent API builder for new instances.WebClientTls.Builder.certificateTrustStore
(KeyConfig keyStore) Sets new certificate trust store.WebClientTls.Builder.clientKeyStore
(KeyConfig keyConfig) Sets new certificate key store.Configure a metric from configuration.WebClientTls.Builder.disableHostnameVerification
(boolean disableHostnameVerification) Sets if hostname verification should be disabled.WebClientTls.Builder.sslContext
(SSLContext sslContext) Sets newSSLContext
which will be used as base forSslContext
.WebClientTls.Builder.trustAll
(boolean trustAll) Sets if all certificates should be trusted to.