| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
JettyWebServerFactoryCustomizer |
EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration.jettyWebServerFactoryCustomizer(org.springframework.core.env.Environment environment,
ServerProperties serverProperties) |
NettyWebServerFactoryCustomizer |
EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration.nettyWebServerFactoryCustomizer(org.springframework.core.env.Environment environment,
ServerProperties serverProperties) |
TomcatWebServerFactoryCustomizer |
EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration.tomcatWebServerFactoryCustomizer(org.springframework.core.env.Environment environment,
ServerProperties serverProperties) |
UndertowWebServerFactoryCustomizer |
EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration.undertowWebServerFactoryCustomizer(org.springframework.core.env.Environment environment,
ServerProperties serverProperties) |
| Constructor and Description |
|---|
JettyWebServerFactoryCustomizer(org.springframework.core.env.Environment environment,
ServerProperties serverProperties) |
NettyWebServerFactoryCustomizer(org.springframework.core.env.Environment environment,
ServerProperties serverProperties) |
TomcatWebServerFactoryCustomizer(org.springframework.core.env.Environment environment,
ServerProperties serverProperties) |
UndertowWebServerFactoryCustomizer(org.springframework.core.env.Environment environment,
ServerProperties serverProperties) |
| Modifier and Type | Method and Description |
|---|---|
ReactiveWebServerFactoryCustomizer |
ReactiveWebServerFactoryAutoConfiguration.reactiveWebServerFactoryCustomizer(ServerProperties serverProperties) |
TomcatReactiveWebServerFactoryCustomizer |
ReactiveWebServerFactoryAutoConfiguration.tomcatReactiveWebServerFactoryCustomizer(ServerProperties serverProperties) |
| Constructor and Description |
|---|
ReactiveWebServerFactoryCustomizer(ServerProperties serverProperties) |
TomcatReactiveWebServerFactoryCustomizer(ServerProperties serverProperties) |
| Constructor and Description |
|---|
ErrorWebFluxAutoConfiguration(ServerProperties serverProperties) |
| 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) |
UndertowServletWebServerFactoryCustomizer(ServerProperties serverProperties) |
| Constructor and Description |
|---|
ErrorMvcAutoConfiguration(ServerProperties serverProperties) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.