Uses of Class
io.helidon.webserver.TlsConfig
-
-
Uses of TlsConfig in io.helidon.webserver
Methods in io.helidon.webserver that return TlsConfig Modifier and Type Method Description TlsConfigTlsConfig.Builder. build()static TlsConfigTlsConfig. create(Config config)Create TLS configuration from config.Methods in io.helidon.webserver with parameters of type TlsConfig Modifier and Type Method Description ServerConfiguration.BuilderServerConfiguration.Builder. tls(TlsConfig tlsConfig)Deprecated.SocketConfiguration.BuilderSocketConfiguration.Builder. tls(TlsConfig tlsConfig)BSocketConfiguration.SocketConfigurationBuilder. tls(TlsConfig tlsConfig)Configures SSL for this socket.WebServer.BuilderWebServer.Builder. tls(TlsConfig tlsConfig)Method parameters in io.helidon.webserver with type arguments of type TlsConfig Modifier and Type Method Description default BSocketConfiguration.SocketConfigurationBuilder. tls(Supplier<TlsConfig> tlsConfig)Configures SSL for this socket.
-