SslBundles

interface SslBundles

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

Author

Scott Frederick

Moritz Halbritter

Jonatan Ivanov

Since

3.1.0

Inheritors

Functions

Link copied to clipboard
abstract fun addBundleRegisterHandler(registerHandler: BiConsumer<String, SslBundle>)
Add a handler that will be called each time a bundle is registered.
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.
Link copied to clipboard
abstract fun getBundleNames(): List<String>
Return the names of all bundles managed by this instance.