ReactOS 0.4.15-dev-7958-gcd0bb1a
httpd.h File Reference
#include <socket.h>
#include <thread.h>
#include <http.h>
Include dependency graph for httpd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CHttpClient
 
class  CHttpClientThread
 
class  CHttpDaemon
 
class  CHttpDaemonThread
 

Macros

#define HTTPD_START   WM_USER + 1
 
#define HTTPD_STOP   WM_USER + 2
 
#define HTTPD_SUSPEND   WM_USER + 3
 
#define HTTPD_RESUME   WM_USER + 4
 

Typedefs

typedef CHttpClientLPCHttpClient
 
typedef CHttpClientThreadLPCHttpClientThread
 
typedef CHttpDaemonLPCHttpDaemon
 
typedef CHttpDaemonThreadLPCHttpDaemonThread
 

Enumerations

enum  HTTPdState { hsStopped = 0 , hsRunning , hsSuspended }
 

Macro Definition Documentation

◆ HTTPD_RESUME

#define HTTPD_RESUME   WM_USER + 4

Definition at line 16 of file httpd.h.

◆ HTTPD_START

#define HTTPD_START   WM_USER + 1

Definition at line 13 of file httpd.h.

◆ HTTPD_STOP

#define HTTPD_STOP   WM_USER + 2

Definition at line 14 of file httpd.h.

◆ HTTPD_SUSPEND

#define HTTPD_SUSPEND   WM_USER + 3

Definition at line 15 of file httpd.h.

Typedef Documentation

◆ LPCHttpClient

Definition at line 51 of file httpd.h.

◆ LPCHttpClientThread

Definition at line 59 of file httpd.h.

◆ LPCHttpDaemon

Definition at line 74 of file httpd.h.

◆ LPCHttpDaemonThread

Definition at line 83 of file httpd.h.

Enumeration Type Documentation

◆ HTTPdState

Enumerator
hsStopped 
hsRunning 
hsSuspended 

Definition at line 18 of file httpd.h.

18 {
19 hsStopped = 0,
22};
@ hsRunning
Definition: httpd.h:20
@ hsStopped
Definition: httpd.h:19
@ hsSuspended
Definition: httpd.h:21