程序包的使用
org.springframework.boot.web.embedded.tomcat
程序包
说明
Configuration for embedded reactive and servlet web servers.
Auto-configuration for reactive web servers and Spring WebFlux.
Auto-configuration for servlet web servers and Spring MVC.
Auto-configuration for WebSocket support in reactive web servers.
Auto-configuration for WebSocket support in servlet web servers.
Embedded reactive and servlet web server implementations backed by Tomcat.
-
-
org.springframework.boot.autoconfigure.web.reactive使用的org.springframework.boot.web.embedded.tomcat中的类
-
org.springframework.boot.autoconfigure.web.servlet使用的org.springframework.boot.web.embedded.tomcat中的类
-
org.springframework.boot.autoconfigure.websocket.reactive使用的org.springframework.boot.web.embedded.tomcat中的类
-
org.springframework.boot.autoconfigure.websocket.servlet使用的org.springframework.boot.web.embedded.tomcat中的类
-
类说明
ConfigurableWebServerFactory
for Tomcat-specific features.Callback interface that can be used to customize a TomcatConnector
.Callback interface that can be used to customize a TomcatContext
.Callback interface that can be used to customize theProtocolHandler
on theConnector
.WebServer
that can be used to control a Tomcat web server.