27 return std::map<std::string, WebSocketHandler *>();
31 return std::map<std::string, CivetHandler *>();
35 return std::map<std::string, UpdaterBase *>();
virtual std::map< std::string, CivetHandler * > GetHandlers()
Get dreamview plus http handlers' info from base class or derived class.
virtual apollo::dreamview::DataHandlerConf GetDataHandlerConf()
Get the data handler info that needs to be subscribed and unsubscribed
virtual std::map< std::string, WebSocketHandler * > GetWebSocketHandlers()
ß
virtual std::map< std::string, UpdaterBase * > GetUpdaterHandlers()
Get the websocket that needs to be subscribed and unsubscribed
virtual void Stop()
Mainly stop some resources of the instance.