インターフェースの使用
org.springframework.http.server.reactive.SslInfo
SslInfo を使用するパッケージ
org.springframework.http.server.reactive 内の SslInfo 使用
修飾子と型メソッド説明static SslInfo指定されたセッション ID で構成されたSslInfoを作成します。static SslInfoSslInfo.from(StringSE sessionId, X509CertificateSE... peerCertificates) 提供されたセッション ID と証明書で構成されたSslInfoを作成します。AbstractServerHttpRequest.getSslInfo()ServerHttpRequest.getSslInfo()リクエストが SSL 証明書を含む安全なプロトコルを介して送信された場合、SSL セッション情報を返します(利用可能な場合)。ServerHttpRequestDecorator.getSslInfo()AbstractServerHttpRequest.initSslInfo()基になる「ネイティブ」リクエストから SSL セッション情報を取得します。型 SslInfo のパラメーターを持つ org.springframework.http.server.reactive のメソッド修飾子と型メソッド説明SSL セッション情報を設定します。org.springframework.mock.http.server.reactive 内の SslInfo 使用
型 SslInfo のパラメーターを持つ org.springframework.mock.http.server.reactive のメソッドorg.springframework.test.web.reactive.server 内の SslInfo 使用
型 SslInfo のパラメーターを持つ org.springframework.test.web.reactive.server のメソッド修飾子と型メソッド説明static UserWebTestClientConfigurer指定されたSslInfoを使用してコンフィギュレーターを作成します。<T extends B>
Tモックサーバーリクエストに割り当てる SSL セッション情報を設定またはリセットします。型 SslInfo のパラメーターを持つ org.springframework.test.web.reactive.server のコンストラクター