12#ifndef ROOT_THttpEngine
13#define ROOT_THttpEngine
bool Bool_t
Boolean (0=false, 1=true) (bool).
#define ClassDefOverride(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.
THttpEngine(const char *name, const char *title)
constructor
THttpServer * fServer
! object server
Online http server for arbitrary ROOT application.