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