Uses of Class
org.springframework.boot.web.server.Ssl
Package
Description
Actuator web server support.
Auto-configuration for RSocket.
Auto-configuration for common web concerns.
Reactor Netty based RSocket server implementation.
Support for RSocket servers.
Support for embedded web servers.
-
Uses of Ssl in org.springframework.boot.actuate.autoconfigure.web.server
-
Uses of Ssl in org.springframework.boot.autoconfigure.rsocket
-
Uses of Ssl in org.springframework.boot.autoconfigure.web
-
Uses of Ssl in org.springframework.boot.rsocket.netty
-
Uses of Ssl in org.springframework.boot.rsocket.server
-
Uses of Ssl in org.springframework.boot.web.server
Modifier and TypeMethodDescriptionstatic Ssl
Factory method to create anSsl
instance for a specific bundle name.AbstractConfigurableWebServerFactory.getSsl()
Modifier and TypeMethodDescriptionstatic SslBundle
static SslBundle
WebServerSslBundle.get
(Ssl ssl, SslBundles sslBundles) static boolean
Returns if SSL is enabled for the given instance.void
void
Sets the SSL configuration that will be applied to the server's default connector.