Uses of Class
io.helidon.webserver.SSLContextBuilder
Packages that use SSLContextBuilder
-
Uses of SSLContextBuilder in io.helidon.webserver
Methods in io.helidon.webserver that return SSLContextBuilderModifier and TypeMethodDescriptionstatic SSLContextBuilderDeprecated.SSLContextBuilder.sessionCacheSize(long sessionCacheSize) Deprecated.since 2.0.0, please useWebServerTls.builder()instead, then configure it withWebServer.Builder.tls(WebServerTls)orSocketConfiguration.SocketConfigurationBuilder.tls(WebServerTls)SSLContextBuilder.sessionTimeout(long sessionTimeout) Deprecated.since 2.0.0, please useWebServerTls.builder()instead, then configure it withWebServer.Builder.tls(WebServerTls)orSocketConfiguration.SocketConfigurationBuilder.tls(WebServerTls)SSLContextBuilder.trustConfig(KeyConfig trustConfig) Deprecated.since 2.0.0, please useWebServerTls.builder()instead, then configure it withWebServer.Builder.tls(WebServerTls)orSocketConfiguration.SocketConfigurationBuilder.tls(WebServerTls)
WebServerTls.builder()instead, then configure it withWebServer.Builder.tls(WebServerTls)orSocketConfiguration.SocketConfigurationBuilder.tls(WebServerTls)