12 #ifndef ROOT_THttpWSEngine 13 #define ROOT_THttpWSEngine 31 virtual void Send(
const void *buf,
int len) = 0;
33 virtual void SendHeader(
const char *hdr,
const void *buf,
int len) = 0;
39 virtual void PostProcess(std::shared_ptr<THttpCallArg> &arg);
virtual void Send(const void *buf, int len)=0
virtual void SendCharStar(const char *str)
Envelope for sending string via the websocket.
virtual void SendHeader(const char *hdr, const void *buf, int len)=0
virtual void PostProcess(std::shared_ptr< THttpCallArg > &arg)
Method invoked after user process data received via websocket Normally request is no longer usable af...
virtual UInt_t GetId() const =0
virtual Bool_t PreviewData(std::shared_ptr< THttpCallArg > &arg)
Method should be invoked before processing data coming from websocket If method returns kTRUE...
virtual void ClearHandle()=0