12#ifndef ROOT_THttpEngine
13#define ROOT_THttpEngine
#define ClassDefOverride(name, id)
Abstract class for implementing http protocol for THttpServer.
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
Online http server for arbitrary ROOT application.
The TNamed class is the base class for all named ROOT classes.