Uses of Class
org.springframework.boot.ssl.NoSuchSslBundleException
Package
Description
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.
-
Uses of NoSuchSslBundleException in org.springframework.boot.autoconfigure.web.client
Modifier and TypeMethodDescriptionRestClientSsl.fromBundle
(String bundleName) Return aConsumer
that will apply SSL configuration for the namedSslBundle
to aRestClient.Builder
. -
Uses of NoSuchSslBundleException in org.springframework.boot.autoconfigure.web.reactive.function.client
-
Uses of NoSuchSslBundleException in org.springframework.boot.ssl
-
Uses of NoSuchSslBundleException in org.springframework.boot.web.server