インターフェースの使用
org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
パッケージ
説明
サーブレット Web サーバーと Spring MVC の自動構成。
Jetty が支援する組み込みのリアクティブおよびサーブレット Web サーバーの実装。
Tomcat が支援する組み込みのリアクティブおよびサーブレット Web サーバーの実装。
Undertow が支援する組み込みのリアクティブおよびサーブレット Web サーバーの実装。
サーブレット Web サーバーの抽象化。
org.springframework.boot.autoconfigure.web.servlet 内の ConfigurableServletWebServerFactory 使用
修飾子と型メソッド説明void
ServletWebServerFactoryCustomizer.customize
(ConfigurableServletWebServerFactory factory) org.springframework.boot.web.embedded.jetty 内の ConfigurableServletWebServerFactory 使用
org.springframework.boot.web.embedded.tomcat 内の ConfigurableServletWebServerFactory 使用
org.springframework.boot.web.embedded.undertow 内の ConfigurableServletWebServerFactory 使用
org.springframework.boot.web.servlet.server 内の ConfigurableServletWebServerFactory 使用