SslBundles

interface SslBundles

A managed set of SslBundle instances that can be retrieved by name.

Author

Scott Frederick

Moritz Halbritter

Since

3.1.0

Inheritors

Functions

Link copied to clipboard
abstract 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
abstract fun getBundle(name: String): SslBundle
Return an SslBundle with the provided name.