Uses of Interface
org.springframework.boot.web.server.WebServerFactoryCustomizer
Packages that use WebServerFactoryCustomizer
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 servlet web servers and Spring MVC.
Auto-configuration for WebSocket support in reactive web servers.
Auto-configuration for WebSocket support in servlet web servers.
-
Uses of WebServerFactoryCustomizer in org.springframework.boot.actuate.autoconfigure.web.server
Classes in org.springframework.boot.actuate.autoconfigure.web.server that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclassWebServerFactoryCustomizerthat customizes theWebServerFactoryused to create the management context's web server. -
Uses of WebServerFactoryCustomizer in org.springframework.boot.autoconfigure.web.embedded
Classes in org.springframework.boot.autoconfigure.web.embedded that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclassActivates virtual threads on theConfigurableJettyWebServerFactory.classCustomization for Jetty-specific features common for both Servlet and Reactive servers.classCustomization for Netty-specific features.classActivatesVirtualThreadExecutoronTomcat's protocol handler.classCustomization for Tomcat-specific features common for both Servlet and Reactive servers.classCustomization for Undertow-specific features common for both Servlet and Reactive servers. -
Uses of WebServerFactoryCustomizer in org.springframework.boot.autoconfigure.web.reactive
Classes in org.springframework.boot.autoconfigure.web.reactive that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclassWebServerFactoryCustomizerto applyServerPropertiesto reactive servers.classWebServerFactoryCustomizerto applyServerPropertiesto Tomcat reactive web servers. -
Uses of WebServerFactoryCustomizer in org.springframework.boot.autoconfigure.web.servlet
Classes in org.springframework.boot.autoconfigure.web.servlet that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclassWebServerFactoryCustomizerto applyServerPropertiesandWebListenerRegistrarsto servlet web servers.classWebServerFactoryCustomizerto applyServerPropertiesto Tomcat web servers.classWebServerFactoryCustomizerto applyServerPropertiesto Undertow Servlet web servers. -
Uses of WebServerFactoryCustomizer in org.springframework.boot.autoconfigure.websocket.reactive
Classes in org.springframework.boot.autoconfigure.websocket.reactive that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclassWebSocket customizer forJettyReactiveWebServerFactory.classWebSocket customizer forTomcatReactiveWebServerFactory. -
Uses of WebServerFactoryCustomizer in org.springframework.boot.autoconfigure.websocket.servlet
Classes in org.springframework.boot.autoconfigure.websocket.servlet that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclassWebSocket customizer forJettyServletWebServerFactory.classWebSocket customizer forTomcatServletWebServerFactory.classWebSocket customizer forUndertowServletWebServerFactory.