インターフェースの使用
org.springframework.boot.web.server.ConfigurableWebServerFactory
ConfigurableWebServerFactory を使用するパッケージ
パッケージ
説明
アクチュエーター Web サーバーのサポート。
Jetty がサポートするリアクティブおよびサーブレット Web サーバー実装。
Jetty がサポートするリアクティブ Web サーバー実装。
Jetty をベースとしたサーブレット Web サーバー実装。
Netty がサポートするリアクティブ Web サーバー実装。
Tomcat を基盤とするリアクティブおよびサーブレット Web サーバーの実装。
Tomcat をベースとしたリアクティブ Web サーバーの実装。
Tomcat をベースとしたサーブレット Web サーバーの実装。
組み込み Web サーバーのサポート。
リアクティブ Web サーバーの抽象化。
サーブレット Web サーバーの抽象化。
org.springframework.boot.actuate.autoconfigure.web.server 内の ConfigurableWebServerFactory 使用
ConfigurableWebServerFactory 型の型パラメーターを持つ org.springframework.boot.actuate.autoconfigure.web.server のクラス修飾子と型クラス説明class管理コンテキストの Web サーバーの作成に使用されるWebServerFactoryをカスタマイズするWebServerFactoryCustomizer。org.springframework.boot.jetty 内の ConfigurableWebServerFactory 使用
org.springframework.boot.jetty 内の ConfigurableWebServerFactory サブインターフェースorg.springframework.boot.jetty.reactive 内の ConfigurableWebServerFactory 使用
org.springframework.boot.jetty.servlet 内の ConfigurableWebServerFactory 使用
org.springframework.boot.reactor.netty 内の ConfigurableWebServerFactory 使用
org.springframework.boot.tomcat 内の ConfigurableWebServerFactory 使用
org.springframework.boot.tomcat 内の ConfigurableWebServerFactory サブインターフェースorg.springframework.boot.tomcat.reactive 内の ConfigurableWebServerFactory 使用
org.springframework.boot.tomcat.servlet 内の ConfigurableWebServerFactory 使用
修飾子と型クラス説明classorg.springframework.boot.web.server 内の ConfigurableWebServerFactory 使用
org.springframework.boot.web.server.reactive 内の ConfigurableWebServerFactory 使用
org.springframework.boot.web.server.servlet 内の ConfigurableWebServerFactory 使用