类的使用
org.springframework.boot.autoconfigure.web.ServerProperties
使用ServerProperties的程序包
程序包
说明
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.-
org.springframework.boot.actuate.autoconfigure.web.server中ServerProperties的使用
修饰符和类型方法说明protected voidManagementWebServerFactoryCustomizer.customize(T factory, ManagementServerProperties managementServerProperties, ServerProperties serverProperties) -
org.springframework.boot.autoconfigure.web.embedded中ServerProperties的使用
修饰符和类型方法说明EmbeddedWebServerFactoryCustomizerAutoConfiguration.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) 限定符构造器说明JettyVirtualThreadsWebServerFactoryCustomizer(ServerProperties serverProperties) JettyWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties) NettyWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties) TomcatWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties) UndertowWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties) -
org.springframework.boot.autoconfigure.web.reactive中ServerProperties的使用
修饰符和类型方法说明ReactiveWebServerFactoryAutoConfiguration.reactiveWebServerFactoryCustomizer(ServerProperties serverProperties, ObjectProvider<SslBundles> sslBundles) ReactiveWebServerFactoryAutoConfiguration.tomcatReactiveWebServerFactoryCustomizer(ServerProperties serverProperties) 限定符构造器说明EnableWebFluxConfiguration(WebFluxProperties webFluxProperties, WebProperties webProperties, ServerProperties serverProperties, ObjectProvider<WebFluxRegistrations> webFluxRegistrations) ReactiveWebServerFactoryCustomizer(ServerProperties serverProperties) Create a newReactiveWebServerFactoryCustomizerinstance.ReactiveWebServerFactoryCustomizer(ServerProperties serverProperties, SslBundles sslBundles) Create a newReactiveWebServerFactoryCustomizerinstance.TomcatReactiveWebServerFactoryCustomizer(ServerProperties serverProperties) WebSessionIdResolverAutoConfiguration(ServerProperties serverProperties, WebFluxProperties webFluxProperties) -
org.springframework.boot.autoconfigure.web.reactive.error中ServerProperties的使用
-
org.springframework.boot.autoconfigure.web.servlet中ServerProperties的使用
修饰符和类型方法说明ServletWebServerFactoryAutoConfiguration.servletWebServerFactoryCustomizer(ServerProperties serverProperties, ObjectProvider<WebListenerRegistrar> webListenerRegistrars, ObjectProvider<CookieSameSiteSupplier> cookieSameSiteSuppliers, ObjectProvider<SslBundles> sslBundles) ServletWebServerFactoryAutoConfiguration.tomcatServletWebServerFactoryCustomizer(ServerProperties serverProperties) 限定符构造器说明HttpEncodingAutoConfiguration(ServerProperties properties) ServletWebServerFactoryCustomizer(ServerProperties serverProperties) ServletWebServerFactoryCustomizer(ServerProperties serverProperties, List<WebListenerRegistrar> webListenerRegistrars) TomcatServletWebServerFactoryCustomizer(ServerProperties serverProperties) UndertowServletWebServerFactoryCustomizer(ServerProperties serverProperties) -
org.springframework.boot.autoconfigure.web.servlet.error中ServerProperties的使用
-
org.springframework.boot.devtools.autoconfigure中ServerProperties的使用
修饰符和类型方法说明RemoteDevToolsAutoConfiguration.remoteDevToolsHealthCheckHandlerMapper(ServerProperties serverProperties)