DefaultSslBundleRegistry

Default SslBundleRegistry implementation.

Author

Scott Frederick

Moritz Halbritter

Phillip Webb

Jonatan Ivanov

Since

3.1.0

Constructors

Link copied to clipboard
constructor()
constructor(name: String, bundle: SslBundle)

Functions

Link copied to clipboard
open fun addBundleUpdateHandler(name: String, updateHandler: Consumer<SslBundle>)
Add a handler that will be called each time the named bundle is updated.
Link copied to clipboard
open fun getBundle(name: String): SslBundle
Return an SslBundle with the provided name.
Link copied to clipboard
Return the names of all bundles managed by this instance.
Link copied to clipboard
open fun registerBundle(name: String, bundle: SslBundle)
Register a named SslBundle.
Link copied to clipboard
open fun updateBundle(name: String, updatedBundle: SslBundle)
Updates an SslBundle.