Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.web.server |
Actuator web server support.
|
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) |
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) |
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,
ObjectProvider<WebListenerRegistrar> webListenerRegistrars) |
TomcatServletWebServerFactoryCustomizer |
ServletWebServerFactoryAutoConfiguration.tomcatServletWebServerFactoryCustomizer(ServerProperties serverProperties) |
Constructor and Description |
---|
HttpEncodingAutoConfiguration(ServerProperties properties) |
ServletWebServerFactoryCustomizer(ServerProperties serverProperties) |
ServletWebServerFactoryCustomizer(ServerProperties serverProperties,
List<WebListenerRegistrar> webListenerRegistrars) |
TomcatServletWebServerFactoryCustomizer(ServerProperties serverProperties) |
UndertowServletWebServerFactoryCustomizer(ServerProperties serverProperties) |
Constructor and Description |
---|
ErrorMvcAutoConfiguration(ServerProperties serverProperties) |
Modifier and Type | Method and Description |
---|---|
HandlerMapper |
RemoteDevToolsAutoConfiguration.remoteDevToolsHealthCheckHandlerMapper(ServerProperties serverProperties) |