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 that return types with arguments of type WebServerTls Modifier and Type Method Description Optional<WebServerTls>
SocketConfiguration. tls()
Return aWebServerTls
containing server TLS configuration.Methods in io.helidon.webserver with parameters of type WebServerTls Modifier and Type Method Description ServerConfiguration.Builder
ServerConfiguration.Builder. tls(WebServerTls webServerTls)
Deprecated.SocketConfiguration.Builder
SocketConfiguration.Builder. tls(WebServerTls webServerTls)
B
SocketConfiguration.SocketConfigurationBuilder. tls(WebServerTls webServerTls)
Configures SSL for this socket.WebServer.Builder
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.Method parameters in io.helidon.webserver with type arguments of type WebServerTls Modifier and Type Method Description default B
SocketConfiguration.SocketConfigurationBuilder. tls(Supplier<WebServerTls> tlsConfig)
Configures SSL for this socket.
-