类的使用
org.springframework.boot.ssl.NoSuchSslBundleException
使用NoSuchSslBundleException的程序包
程序包
说明
Auto-configuration for web clients.
Auto-configuration for Spring Framework's functional web client.
Management of trust material that can be used to establish an SSL connection.
Support for embedded web servers.
-
org.springframework.boot.autoconfigure.web.client中NoSuchSslBundleException的使用
修饰符和类型方法说明RestClientSsl.fromBundle(String bundleName) Return aConsumerthat will apply SSL configuration for the namedSslBundleto aRestClient.Builder. -
org.springframework.boot.autoconfigure.web.reactive.function.client中NoSuchSslBundleException的使用
-
org.springframework.boot.ssl中NoSuchSslBundleException的使用
修饰符和类型方法说明voidDefaultSslBundleRegistry.addBundleUpdateHandler(String name, Consumer<SslBundle> updateHandler) voidSslBundles.addBundleUpdateHandler(String name, Consumer<SslBundle> updateHandler) Add a handler that will be called each time the named bundle is updated.Return anSslBundlewith the provided name.voidSslBundleRegistry.updateBundle(String name, SslBundle updatedBundle) Updates anSslBundle. -
org.springframework.boot.web.server中NoSuchSslBundleException的使用