• ServerManager
  • ServerManager Class

    (nymeaserver::ServerManager)

    This class represents the manager of all server interfaces of the nymea server. More...

    Header: #include <ServerManager>

    Public Variables

    int

    Detailed Description

    This class represents the manager of all server interfaces of the nymea server.

    The ServerManager starts the JsonRPCServer and the RestServer. He also loads and provides the SSL configurations for the secure WebServer and WebSocketServer connection.

    See also JsonRPCServer and RestServer.