クラス ReactorNetty2HttpHandlerAdapter
java.lang.ObjectSE
org.springframework.http.server.reactive.ReactorNetty2HttpHandlerAdapter
- 実装済みのインターフェース一覧:
BiFunctionSE<reactor.netty5.http.server.HttpServerRequest,reactor.netty5.http.server.HttpServerResponse, reactor.core.publisher.Mono<VoidSE>>
@DeprecatedSE(since="6.2.18",
forRemoval=true)
public class ReactorNetty2HttpHandlerAdapter
extends ObjectSE
implements BiFunctionSE<reactor.netty5.http.server.HttpServerRequest,reactor.netty5.http.server.HttpServerResponse,reactor.core.publisher.Mono<VoidSE>>
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
6.2.18 現在、代替なし
HttpHandler を Reactor Netty 5 のチャネル処理機能に適合させる。 このクラスは ReactorHttpHandlerAdapter に基づいています。
- 導入:
- 6.0
- 作成者:
- Violeta Georgieva
コンストラクター概要
コンストラクターコンストラクター説明ReactorNetty2HttpHandlerAdapter(HttpHandler httpHandler) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。方法の概要
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース java.util.function.BiFunctionSE から継承されたメソッド
andThenSE
コンストラクターの詳細
ReactorNetty2HttpHandlerAdapter
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
方法の詳細
apply
public reactor.core.publisher.Mono<VoidSE> apply(reactor.netty5.http.server.HttpServerRequest reactorRequest, reactor.netty5.http.server.HttpServerResponse reactorResponse) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。- 次で指定:
- インターフェース
BiFunctionSE<reactor.netty5.http.server.HttpServerRequest,内のreactor.netty5.http.server.HttpServerResponse, reactor.core.publisher.Mono<VoidSE>> applySE