ROOT
Version v6.32
master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
v6.04
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
▼
net
►
auth
►
davix
doc
▼
http
►
civetweb
►
inc
▼
src
►
TCivetweb.cxx
TCivetweb.h
►
TFastCgi.cxx
TFastCgi.h
►
THttpCallArg.cxx
►
THttpEngine.cxx
THttpLongPollEngine.cxx
THttpLongPollEngine.h
►
THttpServer.cxx
THttpWSEngine.cxx
►
THttpWSEngine.h
THttpWSHandler.cxx
►
TRootSniffer.cxx
►
TRootSnifferStore.cxx
►
httpsniff
►
monalisa
►
net
►
netx
►
netxng
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
THttpEngine.cxx
Go to the documentation of this file.
1
// $Id$
2
// Author: Sergey Linev 21/12/2013
3
4
/*************************************************************************
5
* Copyright (C) 1995-2013, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
#include "
THttpEngine.h
"
13
14
/** \class THttpEngine
15
\ingroup http
16
17
Abstract class for implementing http protocol for THttpServer
18
*/
19
20
ClassImp
(
THttpEngine
);
21
22
////////////////////////////////////////////////////////////////////////////////
23
/// constructor
24
25
THttpEngine::THttpEngine
(
const
char
*
name
,
const
char
*title) :
TNamed
(
name
, title)
26
{
27
}
ClassImp
#define ClassImp(name)
Definition
Rtypes.h:377
name
char name[80]
Definition
TGX11.cxx:110
THttpEngine.h
THttpEngine
Abstract class for implementing http protocol for THttpServer.
Definition
THttpEngine.h:19
THttpEngine::THttpEngine
THttpEngine(const char *name, const char *title)
constructor
Definition
THttpEngine.cxx:25
TNamed
The TNamed class is the base class for all named ROOT classes.
Definition
TNamed.h:29
net
http
src
THttpEngine.cxx
ROOT v6-32 - Reference Guide Generated on Thu Mar 6 2025 04:15:40 (GVA Time) using Doxygen 1.10.0