Uses of Interface
org.springframework.boot.tomcat.ConfigurableTomcatWebServerFactory
Packages that use ConfigurableTomcatWebServerFactory
Package
Description
Reactive and servlet web server implementations backed by Tomcat.
Classes related to the auto-configuration of a servlet or reactive web server using
Tomcat.
Reactive web server implementation backed by Tomcat.
Servlet web server implementation backed by Tomcat.
-
Uses of ConfigurableTomcatWebServerFactory in org.springframework.boot.tomcat
Classes in org.springframework.boot.tomcat that implement ConfigurableTomcatWebServerFactory -
Uses of ConfigurableTomcatWebServerFactory in org.springframework.boot.tomcat.autoconfigure
Classes in org.springframework.boot.tomcat.autoconfigure that implement interfaces with type arguments of type ConfigurableTomcatWebServerFactoryModifier and TypeClassDescriptionclassActivatesVirtualThreadExecutoronTomcat's protocol handler.classCustomization for Tomcat-specific features common to both Servlet and Reactive servers.classWebServerFactoryCustomizerthat configures Tomcat's WebSocket support.Methods in org.springframework.boot.tomcat.autoconfigure with parameters of type ConfigurableTomcatWebServerFactoryModifier and TypeMethodDescriptionvoidTomcatVirtualThreadsWebServerFactoryCustomizer.customize(ConfigurableTomcatWebServerFactory factory) voidTomcatWebServerFactoryCustomizer.customize(ConfigurableTomcatWebServerFactory factory) voidWebSocketTomcatWebServerFactoryCustomizer.customize(ConfigurableTomcatWebServerFactory factory) -
Uses of ConfigurableTomcatWebServerFactory in org.springframework.boot.tomcat.reactive
Classes in org.springframework.boot.tomcat.reactive that implement ConfigurableTomcatWebServerFactoryModifier and TypeClassDescriptionclassReactiveWebServerFactorythat can be used to create aTomcatWebServer. -
Uses of ConfigurableTomcatWebServerFactory in org.springframework.boot.tomcat.servlet
Classes in org.springframework.boot.tomcat.servlet that implement ConfigurableTomcatWebServerFactoryModifier and TypeClassDescriptionclassConfigurableServletWebServerFactorythat can be used to createTomcatWebServers.