クラスの使用
org.springframework.boot.ssl.NoSuchSslBundleException
NoSuchSslBundleException を使用するパッケージ
パッケージ
説明
Web クライアントの自動構成。
Spring Framework の関数 Web クライアントの自動構成。
SSL 接続の確立に使用できるトラストマテリアルの管理。
組み込み Web サーバーのサポート。
org.springframework.boot.autoconfigure.web.client 内の NoSuchSslBundleException 使用
org.springframework.boot.autoconfigure.web.reactive.function.client 内の NoSuchSslBundleException 使用
NoSuchSslBundleException をスローする org.springframework.boot.autoconfigure.web.reactive.function.client のメソッドorg.springframework.boot.ssl 内の NoSuchSslBundleException 使用
NoSuchSslBundleException をスローする org.springframework.boot.ssl のメソッド修飾子と型メソッド説明voidDefaultSslBundleRegistry.addBundleUpdateHandler(StringSE name, ConsumerSE<SslBundle> updateHandler) voidSslBundles.addBundleUpdateHandler(StringSE name, ConsumerSE<SslBundle> updateHandler) 名前付きバンドルが更新されるたびに呼び出されるハンドラーを追加します。指定された名前のSslBundleを返します。voidSslBundleRegistry.updateBundle(StringSE name, SslBundle updatedBundle) SslBundleを更新します。org.springframework.boot.web.server 内の NoSuchSslBundleException 使用