get

open fun get(ssl: Ssl): SslBundle

Get the SslBundle that should be used for the given Ssl instance.

Return

a SslBundle instance

Parameters

ssl

the source ssl instance

Throws

if a bundle lookup fails


open fun get(ssl: Ssl, sslBundles: SslBundles): SslBundle

Get the SslBundle that should be used for the given Ssl instance.

Return

a SslBundle instance

Parameters

ssl

the source ssl instance

sslBundles

the bundles that should be used when getBundle isset

Throws

if a bundle lookup fails