类的使用
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 aConsumer
that will apply SSL configuration for the namedSslBundle
to aRestClient.Builder
. -
org.springframework.boot.autoconfigure.web.reactive.function.client中NoSuchSslBundleException的使用
-
org.springframework.boot.ssl中NoSuchSslBundleException的使用
修饰符和类型方法说明void
DefaultSslBundleRegistry.addBundleUpdateHandler
(String name, Consumer<SslBundle> updateHandler) void
SslBundles.addBundleUpdateHandler
(String name, Consumer<SslBundle> updateHandler) Add a handler that will be called each time the named bundle is updated.Return anSslBundle
with the provided name.void
SslBundleRegistry.updateBundle
(String name, SslBundle updatedBundle) Updates anSslBundle
. -
org.springframework.boot.web.server中NoSuchSslBundleException的使用