12#ifndef ROOT_THttpEngine
13#define ROOT_THttpEngine
#define ClassDef(name, id)
void SetServer(THttpServer *serv)
virtual Bool_t Create(const char *)
Method to create all components of engine.
virtual void Process()
Method regularly called in main ROOT context.
virtual void Terminate()
Method called when server want to be terminated.
THttpServer * GetServer() const
Returns pointer to THttpServer associated with engine.
THttpServer * fServer
! object server
The TNamed class is the base class for all named ROOT classes.