WebSocketContextInterface

class kanzi::connect::WebSocketContextInterface : public MetaObject

Public Functions

~WebSocketContextInterface()

Destructor.

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