Uses of Class
org.springframework.boot.autoconfigure.web.ServerProperties
Package
Description
Actuator web server support.
Configuration for embedded reactive and servlet web servers.
Auto-configuration for reactive web servers and Spring WebFlux.
Auto-configuration for Spring WebFlux error handling.
Auto-configuration for servlet web servers and Spring MVC.
Auto-configuration for Spring MVC error handling.
Auto-configuration for
spring-boot-devtools
.-
Uses of ServerProperties in org.springframework.boot.actuate.autoconfigure.web.server
Modifier and TypeMethodDescriptionprotected void
ManagementWebServerFactoryCustomizer.customize
(T factory, ManagementServerProperties managementServerProperties, ServerProperties serverProperties) -
Uses of ServerProperties in org.springframework.boot.autoconfigure.web.embedded
Modifier and TypeMethodDescriptionEmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration.jettyWebServerFactoryCustomizer
(Environment environment, ServerProperties serverProperties) EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration.nettyWebServerFactoryCustomizer
(Environment environment, ServerProperties serverProperties) EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration.tomcatWebServerFactoryCustomizer
(Environment environment, ServerProperties serverProperties) EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration.undertowWebServerFactoryCustomizer
(Environment environment, ServerProperties serverProperties) ModifierConstructorDescriptionJettyWebServerFactoryCustomizer
(Environment environment, ServerProperties serverProperties) NettyWebServerFactoryCustomizer
(Environment environment, ServerProperties serverProperties) TomcatWebServerFactoryCustomizer
(Environment environment, ServerProperties serverProperties) UndertowWebServerFactoryCustomizer
(Environment environment, ServerProperties serverProperties) -
Uses of ServerProperties in org.springframework.boot.autoconfigure.web.reactive
Modifier and TypeMethodDescriptionReactiveWebServerFactoryAutoConfiguration.reactiveWebServerFactoryCustomizer
(ServerProperties serverProperties) ReactiveWebServerFactoryAutoConfiguration.tomcatReactiveWebServerFactoryCustomizer
(ServerProperties serverProperties) ModifierConstructorDescriptionEnableWebFluxConfiguration
(WebFluxProperties webFluxProperties, WebProperties webProperties, ServerProperties serverProperties, ObjectProvider<WebFluxRegistrations> webFluxRegistrations) ReactiveWebServerFactoryCustomizer
(ServerProperties serverProperties) TomcatReactiveWebServerFactoryCustomizer
(ServerProperties serverProperties) WebSessionIdResolverAutoConfiguration
(ServerProperties serverProperties, WebFluxProperties webFluxProperties) -
Uses of ServerProperties in org.springframework.boot.autoconfigure.web.reactive.error
-
Uses of ServerProperties in org.springframework.boot.autoconfigure.web.servlet
Modifier and TypeMethodDescriptionServletWebServerFactoryAutoConfiguration.servletWebServerFactoryCustomizer
(ServerProperties serverProperties, ObjectProvider<WebListenerRegistrar> webListenerRegistrars, ObjectProvider<CookieSameSiteSupplier> cookieSameSiteSuppliers) ServletWebServerFactoryAutoConfiguration.tomcatServletWebServerFactoryCustomizer
(ServerProperties serverProperties) ModifierConstructorDescriptionHttpEncodingAutoConfiguration
(ServerProperties properties) ServletWebServerFactoryCustomizer
(ServerProperties serverProperties) ServletWebServerFactoryCustomizer
(ServerProperties serverProperties, List<WebListenerRegistrar> webListenerRegistrars) TomcatServletWebServerFactoryCustomizer
(ServerProperties serverProperties) UndertowServletWebServerFactoryCustomizer
(ServerProperties serverProperties) -
Uses of ServerProperties in org.springframework.boot.autoconfigure.web.servlet.error
-
Uses of ServerProperties in org.springframework.boot.devtools.autoconfigure
Modifier and TypeMethodDescriptionRemoteDevToolsAutoConfiguration.remoteDevToolsHealthCheckHandlerMapper
(ServerProperties serverProperties)