Class BaseServerFactory

Creates an HTTP(S) server native Node.js http/https modules.

Will apply a ServerConfigurator to the server, which should be used to attach listeners.

Hierarchy

  • BaseServerFactory

Implements

Constructors

Properties

configurator: ServerConfigurator
logger: Logger = ...

Methods