Options
All
  • Public
  • Public/Protected
  • All
Menu

Base interface for built-in and user-provided SSL options factories.

Hierarchy

  • SSLOptionsFactory

Implemented by

Index

Methods

getSSLOptions

  • getSSLOptions(): any
  • Called after the client initialization to create the options object.

    Returns any

init

  • init(properties: Properties): Promise<void>
  • Called during client initialization with the properties configuration option passed as the argument.

    Parameters

    • properties: Properties

      properties configuration option

    Returns Promise<void>

Generated using TypeDoc