Uses of Class
io.helidon.webserver.WebServerTls
-
Packages that use WebServerTls Package Description io.helidon.webserver Reactive web server API. -
-
Uses of WebServerTls in io.helidon.webserver
Methods in io.helidon.webserver that return WebServerTls Modifier and Type Method Description WebServerTlsWebServerTls.Builder. build()static WebServerTlsWebServerTls. create(Config config)Create TLS configuration from config.Methods in io.helidon.webserver with parameters of type WebServerTls Modifier and Type Method Description voidWebServer. updateTls(WebServerTls tls)Update the TLS configuration of the default socketServerConfiguration.DEFAULT_SOCKET_NAME.voidWebServer. updateTls(WebServerTls tls, String socketName)Update the TLS configuration of the named socket.
-