Uses of Class
io.helidon.webserver.WebServerTls
Packages that use WebServerTls
-
Uses of WebServerTls in io.helidon.webserver
Methods in io.helidon.webserver that return WebServerTlsModifier and TypeMethodDescriptionWebServerTls.Builder.build()static WebServerTlsCreate TLS configuration from config.Methods in io.helidon.webserver that return types with arguments of type WebServerTlsModifier and TypeMethodDescriptionSocketConfiguration.tls()Return aWebServerTlscontaining server TLS configuration.Methods in io.helidon.webserver with parameters of type WebServerTlsModifier and TypeMethodDescriptionServerConfiguration.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) voidWebServer.updateTls(WebServerTls tls) Update the TLS configuration of the default socketWebServer.DEFAULT_SOCKET_NAME.voidWebServer.updateTls(WebServerTls tls, String socketName) Update the TLS configuration of the named socket.Method parameters in io.helidon.webserver with type arguments of type WebServerTlsModifier and TypeMethodDescriptiondefault BSocketConfiguration.SocketConfigurationBuilder.tls(Supplier<WebServerTls> tlsConfig) Configures SSL for this socket.