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