12#ifndef ROOT_THttpEngine
13#define ROOT_THttpEngine
#define ClassDefOverride(name, id)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
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.
THttpEngine(const char *name, const char *title)
constructor
THttpServer * fServer
! object server
Online http server for arbitrary ROOT application.
The TNamed class is the base class for all named ROOT classes.