Uses of Class
org.springframework.boot.web.server.Ssl
Packages that use 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.
Embedded reactive web server implementation backed by Netty.
Support for embedded web servers.
-
Uses of Ssl in org.springframework.boot.actuate.autoconfigure.web.server
Methods in org.springframework.boot.actuate.autoconfigure.web.server that return SslMethods in org.springframework.boot.actuate.autoconfigure.web.server with parameters of type Ssl -
Uses of Ssl in org.springframework.boot.autoconfigure.rsocket
Methods in org.springframework.boot.autoconfigure.rsocket that return SslMethods in org.springframework.boot.autoconfigure.rsocket with parameters of type Ssl -
Uses of Ssl in org.springframework.boot.autoconfigure.web
Methods in org.springframework.boot.autoconfigure.web that return SslMethods in org.springframework.boot.autoconfigure.web with parameters of type Ssl -
Uses of Ssl in org.springframework.boot.rsocket.netty
Methods in org.springframework.boot.rsocket.netty with parameters of type Ssl -
Uses of Ssl in org.springframework.boot.rsocket.server
Methods in org.springframework.boot.rsocket.server with parameters of type Ssl -
Uses of Ssl in org.springframework.boot.web.embedded.netty
Constructors in org.springframework.boot.web.embedded.netty with parameters of type SslModifierConstructorDescriptionSslServerCustomizer
(Ssl ssl, Http2 http2, SslStoreProvider sslStoreProvider) Deprecated. -
Uses of Ssl in org.springframework.boot.web.server
Methods in org.springframework.boot.web.server that return SslMethods in org.springframework.boot.web.server with parameters of type SslModifier and TypeMethodDescriptionstatic SslStoreProvider
Create anSslStoreProvider
if the appropriate SSL properties are configured.void
void
Sets the SSL configuration that will be applied to the server's default connector.