Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.web.server |
Actuator web server support.
|
org.springframework.boot.autoconfigure.web |
Auto-configuration for common web concerns.
|
org.springframework.boot.web.embedded.jetty |
Embedded reactive and servlet web server implementations backed by Jetty.
|
org.springframework.boot.web.embedded.tomcat |
Embedded reactive and servlet web server implementations backed by Tomcat.
|
org.springframework.boot.web.server |
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 |
---|---|
protected void |
JettyServletWebServerFactory.configureSsl(SslContextFactory factory,
Ssl ssl)
Configure the SSL connection.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TomcatServletWebServerFactory.configureSsl(AbstractHttp11JsseProtocol<?> protocol,
Ssl ssl)
Configure Tomcat's
AbstractHttp11JsseProtocol for SSL. |
Modifier and Type | Method and Description |
---|---|
Ssl |
AbstractConfigurableWebServerFactory.getSsl() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableWebServerFactory.setSsl(Ssl ssl)
Sets the SSL configuration that will be applied to the server's default connector.
|
void |
AbstractConfigurableWebServerFactory.setSsl(Ssl ssl) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.