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 servlet or reactive web server using
Jetty.
Classes related to the auto-configuration of a reactive web server.
Classes related to the auto-configuration of a reactive web server using Jetty.
Classes related to the auto-configuration of a reactive web server using Netty.
Classes related to the auto-configuration of a reactive web server using Tomcat.
Classes related to the auto-configuration of a servlet web server.
Classes related to the auto-configuration of a servlet web server using Jetty.
Classes related to the auto-configuration of a servlet web server using Undertow.
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.
-
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.jetty
Classes in org.springframework.boot.autoconfigure.web.server.jetty 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.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.reactive.jetty
Classes in org.springframework.boot.autoconfigure.web.server.reactive.jetty that implement WebServerFactoryCustomizer -
Uses of WebServerFactoryCustomizer in org.springframework.boot.autoconfigure.web.server.reactive.netty
Classes in org.springframework.boot.autoconfigure.web.server.reactive.netty that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclass
Customization for Netty-specific features. -
Uses of WebServerFactoryCustomizer in org.springframework.boot.autoconfigure.web.server.reactive.tomcat
Classes in org.springframework.boot.autoconfigure.web.server.reactive.tomcat that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclass
WebServerFactoryCustomizer
to applyTomcatServerProperties
to Tomcat reactive web 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.autoconfigure.web.server.servlet.jetty
Classes in org.springframework.boot.autoconfigure.web.server.servlet.jetty that implement WebServerFactoryCustomizer -
Uses of WebServerFactoryCustomizer in org.springframework.boot.autoconfigure.web.server.servlet.undertow
Classes in org.springframework.boot.autoconfigure.web.server.servlet.undertow that implement WebServerFactoryCustomizer -
Uses of WebServerFactoryCustomizer in org.springframework.boot.autoconfigure.web.server.tomcat
Classes in org.springframework.boot.autoconfigure.web.server.tomcat 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.autoconfigure.web.server.undertow
Classes in org.springframework.boot.autoconfigure.web.server.undertow that implement WebServerFactoryCustomizerModifier and TypeClassDescriptionclass
Customization for Undertow-specific features common for both Servlet and Reactive servers.