Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
org.springframework.boot.autoconfigure.web |
Auto-configuration for embedded servlet containers and Spring MVC.
|
org.springframework.boot.context.embedded |
Specialized
ApplicationContext that supports
embedded servlet containers. |
org.springframework.boot.context.embedded.jetty |
Support for Jetty
EmbeddedServletContainers . |
org.springframework.boot.context.embedded.tomcat |
Support for Tomcat
EmbeddedServletContainers . |
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 |
ServerProperties.getSsl() |
Modifier and Type | Method and Description |
---|---|
void |
ServerProperties.setSsl(Ssl ssl) |
Modifier and Type | Method and Description |
---|---|
Ssl |
AbstractConfigurableEmbeddedServletContainer.getSsl() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableEmbeddedServletContainer.setSsl(Ssl ssl)
Sets the SSL configuration that will be applied to the container's default
connector.
|
void |
AbstractConfigurableEmbeddedServletContainer.setSsl(Ssl ssl) |
Modifier and Type | Method and Description |
---|---|
protected void |
JettyEmbeddedServletContainerFactory.configureSsl(org.eclipse.jetty.util.ssl.SslContextFactory factory,
Ssl ssl)
Configure the SSL connection.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TomcatEmbeddedServletContainerFactory.configureSsl(AbstractHttp11JsseProtocol<?> protocol,
Ssl ssl)
Configure Tomcat's
AbstractHttp11JsseProtocol for SSL. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.