Uses of Interface
org.springframework.boot.web.server.WebServerFactoryCustomizer
Packages that use WebServerFactoryCustomizer
Package
Description
Actuator web server support.
Auto-configuration for Jetty.
Classes related to the auto-configuration of a reactive web server using Jetty.
Classes related to the auto-configuration of a servlet 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 reactive web server.
Classes related to the auto-configuration of a servlet web server.
-
Uses of WebServerFactoryCustomizer in org.springframework.boot.actuate.autoconfigure.web.server
Classes in org.springframework.boot.actuate.autoconfigure.web.server that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclassAccessLogCustomizer<T extends WebServerFactory>Base class for aWebServerFactoryCustomizerthat customizes the web server's access log.classWebServerFactoryCustomizerthat customizes theWebServerFactoryused to create the management context's web server. -
Uses of WebServerFactoryCustomizer in org.springframework.boot.jetty.autoconfigure
Classes in org.springframework.boot.jetty.autoconfigure that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclassActivates virtual threads on theConfigurableJettyWebServerFactory.classCustomization for Jetty-specific features common for both Servlet and Reactive servers. -
Uses of WebServerFactoryCustomizer in org.springframework.boot.jetty.autoconfigure.reactive
Classes in org.springframework.boot.jetty.autoconfigure.reactive that implement WebServerFactoryCustomizer -
Uses of WebServerFactoryCustomizer in org.springframework.boot.jetty.autoconfigure.servlet
Classes in org.springframework.boot.jetty.autoconfigure.servlet that implement WebServerFactoryCustomizer -
Uses of WebServerFactoryCustomizer in org.springframework.boot.reactor.netty.autoconfigure
Classes in org.springframework.boot.reactor.netty.autoconfigure that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclassCustomization for Netty-specific features. -
Uses of WebServerFactoryCustomizer in org.springframework.boot.tomcat.autoconfigure
Classes in org.springframework.boot.tomcat.autoconfigure that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclassActivatesVirtualThreadExecutoronTomcat's protocol handler.classCustomization for Tomcat-specific features common to both Servlet and Reactive servers.classWebServerFactoryCustomizerthat configures Tomcat's WebSocket support. -
Uses of WebServerFactoryCustomizer in org.springframework.boot.web.server.autoconfigure.reactive
Classes in org.springframework.boot.web.server.autoconfigure.reactive that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclassWebServerFactoryCustomizerto applyServerPropertiesto reactive servers. -
Uses of WebServerFactoryCustomizer in org.springframework.boot.web.server.autoconfigure.servlet
Classes in org.springframework.boot.web.server.autoconfigure.servlet that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclassWebServerFactoryCustomizerto applyServerPropertiesandWebListenerRegistrarsto servlet web servers.