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 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.Methods in org.springframework.boot.tomcat.autoconfigure with parameters of type ConfigurableTomcatWebServerFactoryModifier and TypeMethodDescriptionvoid
TomcatVirtualThreadsWebServerFactoryCustomizer.customize
(ConfigurableTomcatWebServerFactory factory) void
TomcatWebServerFactoryCustomizer.customize
(ConfigurableTomcatWebServerFactory factory) void
WebSocketTomcatWebServerFactoryCustomizer.customize
(ConfigurableTomcatWebServerFactory factory) -
Uses of ConfigurableTomcatWebServerFactory in org.springframework.boot.tomcat.reactive
Classes in org.springframework.boot.tomcat.reactive that implement ConfigurableTomcatWebServerFactoryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that 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 TypeClassDescriptionclass
ConfigurableServletWebServerFactory
that can be used to createTomcatWebServer
s.