Uses of Interface
org.springframework.boot.web.server.WebServerFactoryCustomizer
Packages that use WebServerFactoryCustomizer
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.
Classes related to the auto-configuration of a servlet or reactive web server using
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 servlet or reactive web server using
Undertow.
Classes related to the auto-configuration of a servlet web server using Undertow.
-
Uses of WebServerFactoryCustomizer in org.springframework.boot.actuate.autoconfigure.web.server
Classes in org.springframework.boot.actuate.autoconfigure.web.server that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclass
AccessLogCustomizer<T extends WebServerFactory>
Base class for aWebServerFactoryCustomizer
that customizes the web server's access log.class
WebServerFactoryCustomizer
that customizes theWebServerFactory
used to create the management context's web server. -
Uses of WebServerFactoryCustomizer in org.springframework.boot.autoconfigure.web.server.reactive
Classes in org.springframework.boot.autoconfigure.web.server.reactive that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclass
WebServerFactoryCustomizer
to applyServerProperties
to reactive servers. -
Uses of WebServerFactoryCustomizer in org.springframework.boot.autoconfigure.web.server.servlet
Classes in org.springframework.boot.autoconfigure.web.server.servlet that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclass
WebServerFactoryCustomizer
to applyServerProperties
andWebListenerRegistrars
to servlet web servers. -
Uses of WebServerFactoryCustomizer in org.springframework.boot.jetty.autoconfigure
Classes in org.springframework.boot.jetty.autoconfigure that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclass
Activates virtual threads on theConfigurableJettyWebServerFactory
.class
Customization 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 TypeClassDescriptionclass
Customization for Netty-specific features. -
Uses of WebServerFactoryCustomizer in org.springframework.boot.tomcat.autoconfigure
Classes in org.springframework.boot.tomcat.autoconfigure that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclass
ActivatesVirtualThreadExecutor
onTomcat's protocol handler
.class
Customization for Tomcat-specific features common to both Servlet and Reactive servers.class
WebServerFactoryCustomizer
that configures Tomcat's WebSocket support. -
Uses of WebServerFactoryCustomizer in org.springframework.boot.undertow.autoconfigure
Classes in org.springframework.boot.undertow.autoconfigure that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclass
Customization for Undertow-specific features common for both Servlet and Reactive servers. -
Uses of WebServerFactoryCustomizer in org.springframework.boot.undertow.autoconfigure.servlet
Classes in org.springframework.boot.undertow.autoconfigure.servlet that implement WebServerFactoryCustomizer