Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ksnHTTPClass Struct Reference

File: teo_web.h Author: Kirill Scherba kiril.nosp@m.l@sc.nosp@m.herba.nosp@m..ru More...

#include <teo_web.h>

Data Fields

void * ke
 Ponter to ksnetEvMgrClass. More...
 
void * kws
 Pointer to teoWSClass. More...
 
void * ta
 Pointer to teoAuthClass. More...
 
teoweb_configconf
 Pointer to teoweb_config. More...
 
char * s_http_port
 HTTP port. More...
 
struct mg_serve_http_opts s_http_server_opts
 HTTP server options. More...
 
pthread_t tid
 HTTP thread id. More...
 
int stop
 Stop HTTP server flag. More...
 
int stopped
 HTTP server is stopped. More...
 

Detailed Description

File: teo_web.h Author: Kirill Scherba kiril.nosp@m.l@sc.nosp@m.herba.nosp@m..ru

Teonet HTTP/WS Server module

Created on October 2, 2015, 12:04 AM HTTP module class data

Field Documentation

teoweb_config* ksnHTTPClass::conf

Pointer to teoweb_config.

Referenced by ksnHTTPInit().

void* ksnHTTPClass::ke

Ponter to ksnetEvMgrClass.

Referenced by ksnHTTPInit(), and teoWSInit().

void* ksnHTTPClass::kws

Pointer to teoWSClass.

Referenced by ksnHTTPInit().

char* ksnHTTPClass::s_http_port

HTTP port.

Referenced by ksnHTTPDestroy(), and ksnHTTPInit().

struct mg_serve_http_opts ksnHTTPClass::s_http_server_opts

HTTP server options.

Referenced by ksnHTTPInit().

int ksnHTTPClass::stop

Stop HTTP server flag.

Referenced by ksnHTTPDestroy(), and ksnHTTPInit().

int ksnHTTPClass::stopped

HTTP server is stopped.

Referenced by ksnHTTPDestroy(), and ksnHTTPInit().

void* ksnHTTPClass::ta

Pointer to teoAuthClass.

Referenced by ksnHTTPDestroy(), and ksnHTTPInit().

pthread_t ksnHTTPClass::tid

HTTP thread id.

Referenced by ksnHTTPInit().


The documentation for this struct was generated from the following file: