Package | Description |
---|---|
org.springframework.boot.autoconfigure.web |
Auto-configuration for embedded servlet containers and Spring MVC.
|
org.springframework.boot.context.embedded |
Support for 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 |
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(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 © 2016 Pivotal Software, Inc.. All rights reserved.