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 WebServerTls
WebServerTls.Builder. build()
static WebServerTls
WebServerTls. create(Config config)
Create TLS configuration from config.Methods in io.helidon.webserver with parameters of type WebServerTls Modifier and Type Method Description void
WebServer. updateTls(WebServerTls tls)
Update the TLS configuration of the default socketServerConfiguration.DEFAULT_SOCKET_NAME
.void
WebServer. updateTls(WebServerTls tls, String socketName)
Update the TLS configuration of the named socket.
-