Uses of Class
org.springframework.boot.web.server.autoconfigure.ServerProperties
Packages that use ServerProperties
Package
Description
Actuator web server support.
Auto-configuration for 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 reactive web server.
Classes related to the auto-configuration of a servlet web server.
-
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 voidManagementWebServerFactoryCustomizer.customize(T factory, ManagementServerProperties managementServerProperties, 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, WebProperties webProperties) -
Uses of ServerProperties in org.springframework.boot.web.server.autoconfigure.reactive
Constructors in org.springframework.boot.web.server.autoconfigure.reactive with parameters of type ServerPropertiesModifierConstructorDescriptionReactiveWebServerFactoryCustomizer(ServerProperties serverProperties) Create a newReactiveWebServerFactoryCustomizerinstance.ReactiveWebServerFactoryCustomizer(ServerProperties serverProperties, @Nullable SslBundles sslBundles) Create a newReactiveWebServerFactoryCustomizerinstance. -
Uses of ServerProperties in org.springframework.boot.web.server.autoconfigure.servlet
Constructors in org.springframework.boot.web.server.autoconfigure.servlet with parameters of type ServerPropertiesModifierConstructorDescriptionServletWebServerFactoryCustomizer(ServerProperties serverProperties) ServletWebServerFactoryCustomizer(ServerProperties serverProperties, List<WebListenerRegistrar> webListenerRegistrars, List<CookieSameSiteSupplier> cookieSameSiteSuppliers, @Nullable SslBundles sslBundles)