12 #ifndef ROOT_THttpWSHandler 13 #define ROOT_THttpWSHandler
void SendWS(UInt_t wsid, const void *buf, int len)
Bool_t HasWS(UInt_t wsid) const
Return kTRUE if websocket with given ID exists.
virtual ~THttpWSHandler()
TList fEngines
! list of of engines in use, cleaned automatically at the end
THttpWSEngine * FindEngine(UInt_t id) const
#define ClassDef(name, id)
The TNamed class is the base class for all named ROOT classes.
void CloseWS(UInt_t wsid)
void SendCharStarWS(UInt_t wsid, const char *str)
Bool_t HandleWS(THttpCallArg *arg)
virtual TString GetDefaultPageContent()
Provides content of default web page for registered web-socket handler Can be content of HTML page or...
virtual Bool_t ProcessWS(THttpCallArg *arg)=0
THttpWSHandler(const char *name, const char *title)
THttpWSHandler.