ROOT 6.10/09 Reference Guide |
#include "TCivetweb.h"
#include "../civetweb/civetweb.h"
#include <stdlib.h>
#include <string.h>
#include "THttpServer.h"
#include "TUrl.h"
Functions | |
static int | begin_request_handler (struct mg_connection *conn, void *) |
static int | log_message_handler (const struct mg_connection *conn, const char *message) |
void | websocket_close_handler (const struct mg_connection *conn, void *) |
int | websocket_connect_handler (const struct mg_connection *conn, void *) |
int | websocket_data_handler (struct mg_connection *conn, int, char *data, size_t len, void *) |
void | websocket_ready_handler (struct mg_connection *conn, void *) |
|
static |
Definition at line 162 of file TCivetweb.cxx.
|
static |
Definition at line 145 of file TCivetweb.cxx.
Definition at line 125 of file TCivetweb.cxx.
int websocket_connect_handler | ( | const struct mg_connection * | conn, |
void * | |||
) |
Definition at line 54 of file TCivetweb.cxx.
int websocket_data_handler | ( | struct mg_connection * | conn, |
int | , | ||
char * | data, | ||
size_t | len, | ||
void * | |||
) |
Definition at line 99 of file TCivetweb.cxx.
Definition at line 77 of file TCivetweb.cxx.