类的使用
org.springframework.boot.web.server.Ssl
使用Ssl的程序包
程序包
说明
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.
-
org.springframework.boot.actuate.autoconfigure.web.server中Ssl的使用
-
org.springframework.boot.autoconfigure.rsocket中Ssl的使用
-
org.springframework.boot.autoconfigure.web中Ssl的使用
-
org.springframework.boot.rsocket.netty中Ssl的使用
-
org.springframework.boot.rsocket.server中Ssl的使用
-
org.springframework.boot.web.server中Ssl的使用
修饰符和类型方法说明static Ssl
Factory method to create anSsl
instance for a specific bundle name.AbstractConfigurableWebServerFactory.getSsl()
参数类型为Ssl的org.springframework.boot.web.server中的方法修饰符和类型方法说明static 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.