Uses of Class
io.helidon.webserver.WebServerTls
-
Uses of WebServerTls in io.helidon.webserver
Modifier and TypeMethodDescriptionWebServerTls.Builder.build()
static WebServerTls
Create TLS configuration from config.Modifier and TypeMethodDescriptionSocketConfiguration.tls()
Return aWebServerTls
containing server TLS configuration.Modifier and TypeMethodDescriptionprotected void
ConfiguredTlsManager.configureAndSet
(WebServerTls tlsConfig, SSLContext sslContext) Deprecated.this method will be removed in a future release.protected TrustManagerFactory
ConfiguredTlsManager.createTmf
(WebServerTls tlsConfig) Deprecated.this method will be removed in a future release.void
ConfiguredTlsManager.init
(WebServerTls tlsConfig) void
TlsManager.init
(WebServerTls tls) Always called before any other method on this type.protected void
ConfiguredTlsManager.initSslContext
(WebServerTls tlsConfig, KeyManager[] keyManagers, TrustManager[] trustManagers) Deprecated.this method will be removed in a future release.protected void
ConfiguredTlsManager.reload
(WebServerTls tlsConfig, KeyManager[] keyManagers, TrustManager[] trustManagers) Deprecated.this method will be removed in a future release.protected SecureRandom
ConfiguredTlsManager.secureRandom
(WebServerTls tlsConfig) Load secure random.ServerConfiguration.Builder.tls
(WebServerTls webServerTls) Deprecated.SocketConfiguration.Builder.tls
(WebServerTls webServerTls) SocketConfiguration.SocketConfigurationBuilder.tls
(WebServerTls webServerTls) Configures SSL for this socket.WebServer.Builder.tls
(WebServerTls webServerTls) void
WebServer.updateTls
(WebServerTls tls) Update the TLS configuration of the default socketWebServer.DEFAULT_SOCKET_NAME
.void
WebServer.updateTls
(WebServerTls tls, String socketName) Update the TLS configuration of the named socket.Modifier and TypeMethodDescriptiondefault B
SocketConfiguration.SocketConfigurationBuilder.tls
(Supplier<WebServerTls> tlsConfig) Configures SSL for this socket.