CdnExtensionRegistry

Registry for CDN application-oriented extensions.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

All registered CdnExtension instances.

Functions

Link copied to clipboard
fun get(identifier: String): CdnExtension?

Gets a registered CdnExtension by its identifier.

Link copied to clipboard
fun register(extension: CdnExtension)

Registers a CdnExtension with this registry.