THttpServer-related classes to provide HTTP protocol to ROOT application.
Classes | |
class | TCivetweb |
THttpEngine implementation, based on civetweb embedded server. More... | |
class | TFastCgi |
THttpEngine implementation, based on fastcgi package. More... | |
class | THttpCallArg |
Contains arguments for single HTTP call. More... | |
class | THttpEngine |
Abstract class for implementing http protocol for THttpServer. More... | |
class | THttpLongPollEngine |
Emulation of websocket with long poll requests. More... | |
class | THttpServer |
Online http server for arbitrary ROOT application. More... | |
class | THttpWSHandler |
Class for user-side handling of websocket with THttpServer. More... | |
class | TRootSniffer |
Sniffer of ROOT objects, data provider for THttpServer. More... | |
class | TRootSnifferFull |
Extends TRootSniffer for many ROOT classes. More... | |
class | TRootSnifferScanRec |
Structure used to scan hierarchies of ROOT objects. More... | |
class | TRootSnifferStore |
Abstract interface for storage of hierarchy scan in TRootSniffer. More... | |
class | TRootSnifferStoreJson |
Storage of hierarchy scan in TRootSniffer in JSON format. More... | |
class | TRootSnifferStoreXml |
Storage of hierarchy scan in TRootSniffer in XML format. More... | |