#include <cybergarage/http/chttp.h>
#include <cybergarage/util/cthread.h>
#include <cybergarage/util/clog.h>
#include <cybergarage/util/cstring.h>
Data Structures | |
struct | _CgHttpServerClientData |
Typedefs | |
typedef _CgHttpServerClientData | CgHttpServerClientData |
Functions | |
CgHttpServer * | cg_http_server_new () |
void | cg_http_server_delete (CgHttpServer *httpServer) |
BOOL | cg_http_server_open (CgHttpServer *httpServer, int bindPort, char *bindAddr) |
BOOL | cg_http_server_close (CgHttpServer *httpServer) |
static CgHttpServerClientData * | cg_http_server_clientdata_new (CgHttpServer *httpServer, CgSocket *clientSock) |
static void | cg_http_server_clientdata_delete (CgHttpServerClientData *clientData) |
static void | cg_http_server_clientthread (CgThread *thread) |
static void | cg_http_server_thread (CgThread *thread) |
BOOL | cg_http_server_start (CgHttpServer *httpServer) |
BOOL | cg_http_server_stop (CgHttpServer *httpServer) |
void | cg_http_server_setlistener (CgHttpServer *httpServer, CG_HTTP_LISTENER listener) |
char * | cg_http_getservername (char *buf, int bufSize) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|