パッケージの使用
org.springframework.boot.web.reactive.server
org.springframework.boot.web.reactive.server を使用するパッケージ
パッケージ
説明
リアクティブ Web サーバーおよび Spring WebFlux の自動構成。
Jetty が支援する組み込みのリアクティブおよびサーブレット Web サーバーの実装。
Netty がサポートする組み込みのリアクティブ Web サーバーの実装
Tomcat が支援する組み込みのリアクティブおよびサーブレット Web サーバーの実装。
Undertow が支援する組み込みのリアクティブおよびサーブレット Web サーバーの実装。
Spring の
ApplicationContext とのリアクティブベースの Web 統合。 リアクティブ Web サーバーの抽象化。
- org.springframework.boot.web.embedded.jetty で使用されている org.springframework.boot.web.reactive.server のクラスクラス説明
ReactiveWebServerFactory実装の抽象基本クラス。設定可能なReactiveWebServerFactory。リアクティブWebServerの作成に使用できるファクトリインターフェース。 - org.springframework.boot.web.embedded.netty で使用されている org.springframework.boot.web.reactive.server のクラスクラス説明
ReactiveWebServerFactory実装の抽象基本クラス。設定可能なReactiveWebServerFactory。リアクティブWebServerの作成に使用できるファクトリインターフェース。 - org.springframework.boot.web.embedded.tomcat で使用されている org.springframework.boot.web.reactive.server のクラスクラス説明
ReactiveWebServerFactory実装の抽象基本クラス。設定可能なReactiveWebServerFactory。リアクティブWebServerの作成に使用できるファクトリインターフェース。 - org.springframework.boot.web.embedded.undertow で使用されている org.springframework.boot.web.reactive.server のクラスクラス説明
ReactiveWebServerFactory実装の抽象基本クラス。設定可能なReactiveWebServerFactory。リアクティブWebServerの作成に使用できるファクトリインターフェース。 - org.springframework.boot.web.reactive.server で使用されている org.springframework.boot.web.reactive.server のクラス