| Package | Description |
|---|---|
| org.springframework.boot.actuate.autoconfigure.web.server |
Actuator web server support.
|
| org.springframework.boot.autoconfigure.session |
Auto-configuration for Spring Session.
|
| org.springframework.boot.autoconfigure.web.embedded |
Configuration for embedded reactive and servlet web servers.
|
| org.springframework.boot.autoconfigure.web.reactive |
Auto-configuration for reactive web servers and Spring WebFlux.
|
| org.springframework.boot.autoconfigure.web.reactive.error |
Auto-configuration for Spring WebFlux error handling.
|
| org.springframework.boot.autoconfigure.web.servlet |
Auto-configuration for servlet web servers and Spring MVC.
|
| org.springframework.boot.autoconfigure.web.servlet.error |
Auto-configuration for Spring MVC error handling.
|
| org.springframework.boot.devtools.autoconfigure |
Auto-configuration for
spring-boot-devtools. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ManagementWebServerFactoryCustomizer.customize(T factory,
ManagementServerProperties managementServerProperties,
ServerProperties serverProperties) |
| Constructor and Description |
|---|
SessionProperties(ObjectProvider<ServerProperties> serverProperties) |
| Modifier and Type | Method and Description |
|---|---|
JettyWebServerFactoryCustomizer |
EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration.jettyWebServerFactoryCustomizer(Environment environment,
ServerProperties serverProperties) |
NettyWebServerFactoryCustomizer |
EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration.nettyWebServerFactoryCustomizer(Environment environment,
ServerProperties serverProperties) |
TomcatWebServerFactoryCustomizer |
EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration.tomcatWebServerFactoryCustomizer(Environment environment,
ServerProperties serverProperties) |
UndertowWebServerFactoryCustomizer |
EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration.undertowWebServerFactoryCustomizer(Environment environment,
ServerProperties serverProperties) |
| Constructor and Description |
|---|
JettyWebServerFactoryCustomizer(Environment environment,
ServerProperties serverProperties) |
NettyWebServerFactoryCustomizer(Environment environment,
ServerProperties serverProperties) |
TomcatWebServerFactoryCustomizer(Environment environment,
ServerProperties serverProperties) |
UndertowWebServerFactoryCustomizer(Environment environment,
ServerProperties serverProperties) |
| Modifier and Type | Method and Description |
|---|---|
ReactiveWebServerFactoryCustomizer |
ReactiveWebServerFactoryAutoConfiguration.reactiveWebServerFactoryCustomizer(ServerProperties serverProperties) |
| Constructor and Description |
|---|
ReactiveWebServerFactoryCustomizer(ServerProperties serverProperties) |
| Constructor and Description |
|---|
ErrorWebFluxAutoConfiguration(ServerProperties serverProperties,
ResourceProperties resourceProperties,
ObjectProvider<List<ViewResolver>> viewResolversProvider,
ServerCodecConfigurer serverCodecConfigurer,
ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
ServletWebServerFactoryCustomizer |
ServletWebServerFactoryAutoConfiguration.servletWebServerFactoryCustomizer(ServerProperties serverProperties) |
TomcatServletWebServerFactoryCustomizer |
ServletWebServerFactoryAutoConfiguration.tomcatServletWebServerFactoryCustomizer(ServerProperties serverProperties) |
| Constructor and Description |
|---|
ServletWebServerFactoryCustomizer(ServerProperties serverProperties) |
TomcatServletWebServerFactoryCustomizer(ServerProperties serverProperties) |
| Constructor and Description |
|---|
ErrorMvcAutoConfiguration(ServerProperties serverProperties,
DispatcherServletPath dispatcherServletPath,
ObjectProvider<List<ErrorViewResolver>> errorViewResolversProvider) |
| Constructor and Description |
|---|
RemoteDevToolsAutoConfiguration(DevToolsProperties properties,
ServerProperties serverProperties) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.