Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.web.server |
Actuator web server support.
|
org.springframework.boot.autoconfigure.rsocket |
Auto-configuration for RSocket.
|
org.springframework.boot.autoconfigure.web |
Auto-configuration for common web concerns.
|
org.springframework.boot.rsocket.netty |
Reactor Netty based RSocket server implementation.
|
org.springframework.boot.rsocket.server |
Support for RSocket servers.
|
org.springframework.boot.web.embedded.netty |
Embedded reactive web server implementation backed by Netty.
|
org.springframework.boot.web.server |
Support for embedded web servers.
|
Modifier and Type | Method and Description |
---|---|
Ssl |
ManagementServerProperties.getSsl() |
Modifier and Type | Method and Description |
---|---|
void |
ManagementServerProperties.setSsl(Ssl ssl) |
Modifier and Type | Method and Description |
---|---|
Ssl |
RSocketProperties.Server.getSsl() |
Modifier and Type | Method and Description |
---|---|
void |
RSocketProperties.Server.setSsl(Ssl ssl) |
Modifier and Type | Method and Description |
---|---|
Ssl |
ServerProperties.getSsl() |
Modifier and Type | Method and Description |
---|---|
void |
ServerProperties.setSsl(Ssl ssl) |
Modifier and Type | Method and Description |
---|---|
void |
NettyRSocketServerFactory.setSsl(Ssl ssl) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableRSocketServerFactory.setSsl(Ssl ssl)
Sets the SSL configuration that will be applied to the server's default connector.
|
Constructor and Description |
---|
SslServerCustomizer(Ssl ssl,
Http2 http2,
SslStoreProvider sslStoreProvider)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Ssl |
AbstractConfigurableWebServerFactory.getSsl() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConfigurableWebServerFactory.setSsl(Ssl ssl) |
void |
ConfigurableWebServerFactory.setSsl(Ssl ssl)
Sets the SSL configuration that will be applied to the server's default connector.
|