インターフェースの使用
org.springframework.boot.web.server.servlet.ServletWebServerFactory
ServletWebServerFactory を使用するパッケージ
パッケージ
説明
Jetty をベースとしたサーブレット Web サーバー実装。
Tomcat をベースとしたサーブレット Web サーバーの実装。
サーブレット Web サーバーの抽象化。
Spring の
WebApplicationContext とのサーブレット Web サーバーベースの Web 統合。org.springframework.boot.jetty.servlet 内の ServletWebServerFactory 使用
org.springframework.boot.tomcat.servlet 内の ServletWebServerFactory 使用
修飾子と型クラス説明classorg.springframework.boot.web.server.servlet 内の ServletWebServerFactory 使用
org.springframework.boot.web.server.servlet.context 内の ServletWebServerFactory 使用
修飾子と型メソッド説明protected ServletWebServerFactoryServletWebServerApplicationContext.getWebServerFactory()埋め込みWebServerの作成に使用する必要があるServletWebServerFactoryを返します。