类的使用
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 SslFactory method to create anSslinstance for a specific bundle name.AbstractConfigurableWebServerFactory.getSsl()参数类型为Ssl的org.springframework.boot.web.server中的方法修饰符和类型方法说明static SslBundlestatic SslBundleWebServerSslBundle.get(Ssl ssl, SslBundles sslBundles) static booleanReturns if SSL is enabled for the given instance.voidvoidSets the SSL configuration that will be applied to the server's default connector.