-
For Removal Element Description io.helidon.webserver.ServerConfiguration.ssl() usetls().sslContext()
instead. This method will be removed at 3.0.0 version.io.helidon.webserver.SocketConfiguration.allowedCipherSuite() usetls().cipherSuite()
instead. This method will be removed at 3.0.0 version.io.helidon.webserver.SocketConfiguration.clientAuth() usetls().clientAuth()
instead. This method will be removed at 3.0.0 version.io.helidon.webserver.SocketConfiguration.enabledSslProtocols() usetls().enabledTlsProtocols()
instead. This method will be removed at 3.0.0 version.io.helidon.webserver.SocketConfiguration.ssl() usetls().sslContext()
instead. This method will be removed at 3.0.0 version.io.helidon.webserver.StaticContentSupport please use modulehelidon-webserver-static-content
-
Classes Class Description io.helidon.webserver.FormParamsSupport useDefaultMediaSupport.formParamReader()
insteadio.helidon.webserver.ServerConfiguration.Builder since 2.0.0 - useWebServer.Builder
insteadio.helidon.webserver.SSLContextBuilder since 2.0.0, please useWebServerTls.builder()
instead, then configure it withWebServer.Builder.tls(WebServerTls)
orSocketConfiguration.SocketConfigurationBuilder.tls(WebServerTls)
io.helidon.webserver.StaticContentSupport please use modulehelidon-webserver-static-content
-
Fields Field Description io.helidon.webserver.ServerConfiguration.DEFAULT_SOCKET_NAME since 2.0.0, please useWebServer.DEFAULT_SOCKET_NAME
io.helidon.webserver.SocketConfiguration.DEFAULT since 2.0.0 This configuration does not contain a name and will be removed