#include <hwServer.h>
Public Member Functions | |
void | run (unsigned int port) |
void | process (wsRequest *request) |
void | setAppFactory (hwApp *app) |
hwApp * | getThreadApp (pthread_t thread) |
void | threadDone (pthread_t thread) |
Static Public Member Functions | |
static hwServer * | getInstance () |
static hwServer* hwServer::getInstance | ( | ) | [static] |
hwApp* hwServer::getThreadApp | ( | pthread_t | thread | ) |
void hwServer::process | ( | wsRequest * | request | ) |
void hwServer::run | ( | unsigned int | port | ) |
void hwServer::setAppFactory | ( | hwApp * | app | ) | [inline] |
void hwServer::threadDone | ( | pthread_t | thread | ) |