Uses of Class
org.springframework.boot.autoconfigure.web.ServerProperties
Packages that use ServerProperties
Package
Description
Actuator web server support.
Classes related to the auto-configuration of a reactive web server.
Classes related to the auto-configuration of a servlet web server.
Auto-configuration for servlet web servers and Spring MVC.
Auto-configuration for
spring-boot-devtools
.Classes related to the auto-configuration of a servlet or reactive web server using
Jetty.
Auto-configuration for Reactor Netty.
Classes related to the auto-configuration of a servlet or reactive web server using
Tomcat.
Classes related to the auto-configuration of a servlet or reactive web server using
Undertow.
Auto-configuration for reactive web servers and Spring WebFlux.
Auto-configuration for Spring WebFlux error handling.
Auto-configuration for Spring MVC error handling.
-
Uses of ServerProperties in org.springframework.boot.actuate.autoconfigure.web.server
Methods in org.springframework.boot.actuate.autoconfigure.web.server with parameters of type ServerPropertiesModifier and TypeMethodDescriptionprotected void
ManagementWebServerFactoryCustomizer.customize
(T factory, ManagementServerProperties managementServerProperties, ServerProperties serverProperties) -
Uses of ServerProperties in org.springframework.boot.autoconfigure.web.server.reactive
Methods in org.springframework.boot.autoconfigure.web.server.reactive with parameters of type ServerPropertiesModifier and TypeMethodDescriptionReactiveWebServerConfiguration.reactiveWebServerFactoryCustomizer
(ServerProperties serverProperties, ObjectProvider<SslBundles> sslBundles) Constructors in org.springframework.boot.autoconfigure.web.server.reactive with parameters of type ServerPropertiesModifierConstructorDescriptionReactiveWebServerFactoryCustomizer
(ServerProperties serverProperties) Create a newReactiveWebServerFactoryCustomizer
instance.ReactiveWebServerFactoryCustomizer
(ServerProperties serverProperties, SslBundles sslBundles) Create a newReactiveWebServerFactoryCustomizer
instance. -
Uses of ServerProperties in org.springframework.boot.autoconfigure.web.server.servlet
Constructors in org.springframework.boot.autoconfigure.web.server.servlet with parameters of type ServerPropertiesModifierConstructorDescriptionServletWebServerFactoryCustomizer
(ServerProperties serverProperties) ServletWebServerFactoryCustomizer
(ServerProperties serverProperties, List<WebListenerRegistrar> webListenerRegistrars, List<CookieSameSiteSupplier> cookieSameSiteSuppliers, SslBundles sslBundles) -
Uses of ServerProperties in org.springframework.boot.autoconfigure.web.servlet
Constructors in org.springframework.boot.autoconfigure.web.servlet with parameters of type ServerProperties -
Uses of ServerProperties in org.springframework.boot.devtools.autoconfigure
Methods in org.springframework.boot.devtools.autoconfigure with parameters of type ServerPropertiesModifier and TypeMethodDescriptionRemoteDevToolsAutoConfiguration.remoteDevToolsHealthCheckHandlerMapper
(ServerProperties serverProperties) -
Uses of ServerProperties in org.springframework.boot.jetty.autoconfigure
Constructors in org.springframework.boot.jetty.autoconfigure with parameters of type ServerPropertiesModifierConstructorDescriptionJettyWebServerFactoryCustomizer
(Environment environment, ServerProperties serverProperties, JettyServerProperties jettyProperties) -
Uses of ServerProperties in org.springframework.boot.reactor.netty.autoconfigure
Constructors in org.springframework.boot.reactor.netty.autoconfigure with parameters of type ServerPropertiesModifierConstructorDescriptionNettyReactiveWebServerFactoryCustomizer
(Environment environment, ServerProperties serverProperties, NettyServerProperties nettyProperties) -
Uses of ServerProperties in org.springframework.boot.tomcat.autoconfigure
Constructors in org.springframework.boot.tomcat.autoconfigure with parameters of type ServerPropertiesModifierConstructorDescriptionTomcatWebServerFactoryCustomizer
(Environment environment, ServerProperties serverProperties, TomcatServerProperties tomcatProperties) -
Uses of ServerProperties in org.springframework.boot.undertow.autoconfigure
Constructors in org.springframework.boot.undertow.autoconfigure with parameters of type ServerPropertiesModifierConstructorDescriptionUndertowWebServerFactoryCustomizer
(Environment environment, ServerProperties serverProperties, UndertowServerProperties undertowProperties) -
Uses of ServerProperties in org.springframework.boot.webflux.autoconfigure
Constructors in org.springframework.boot.webflux.autoconfigure with parameters of type ServerPropertiesModifierConstructorDescriptionEnableWebFluxConfiguration
(WebFluxProperties webFluxProperties, WebProperties webProperties, ServerProperties serverProperties, ObjectProvider<WebFluxRegistrations> webFluxRegistrations) WebSessionIdResolverAutoConfiguration
(ServerProperties serverProperties, WebFluxProperties webFluxProperties) -
Uses of ServerProperties in org.springframework.boot.webflux.autoconfigure.error
Constructors in org.springframework.boot.webflux.autoconfigure.error with parameters of type ServerProperties -
Uses of ServerProperties in org.springframework.boot.webmvc.autoconfigure.error
Constructors in org.springframework.boot.webmvc.autoconfigure.error with parameters of type ServerProperties