Kanzi Connect  3.9.8
Kanzi Connect C++ API
kanzi::connect::WebSocketContextInterface Class Referenceabstract

#include <websocket_interface.hpp>

Inheritance diagram for kanzi::connect::WebSocketContextInterface:

Public Member Functions

virtual void initialize (ConnectDomainSharedPtr domain)=0
 
virtual void lateInitialize (ServiceManagerSharedPtr serviceManager)=0
 
virtual void notifyRuntimedataModified (RuntimeDataObject *runtimedataObject)=0
 
virtual void notifyServiceRegistered (const kanzi::string &service)=0
 
virtual void notifyServiceUnregistered (const kanzi::string &service)=0
 
virtual void setHttpServer (shared_ptr< CivetServer > httpServer)=0
 
virtual ~WebSocketContextInterface ()
 Destructor. More...
 

Constructor & Destructor Documentation

◆ ~WebSocketContextInterface()

virtual kanzi::connect::WebSocketContextInterface::~WebSocketContextInterface ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ initialize()

virtual void kanzi::connect::WebSocketContextInterface::initialize ( ConnectDomainSharedPtr  domain)
pure virtual

◆ lateInitialize()

virtual void kanzi::connect::WebSocketContextInterface::lateInitialize ( ServiceManagerSharedPtr  serviceManager)
pure virtual

◆ notifyRuntimedataModified()

virtual void kanzi::connect::WebSocketContextInterface::notifyRuntimedataModified ( RuntimeDataObject runtimedataObject)
pure virtual

◆ notifyServiceRegistered()

virtual void kanzi::connect::WebSocketContextInterface::notifyServiceRegistered ( const kanzi::string &  service)
pure virtual

◆ notifyServiceUnregistered()

virtual void kanzi::connect::WebSocketContextInterface::notifyServiceUnregistered ( const kanzi::string &  service)
pure virtual

◆ setHttpServer()

virtual void kanzi::connect::WebSocketContextInterface::setHttpServer ( shared_ptr< CivetServer >  httpServer)
pure virtual

The documentation for this class was generated from the following file: