#include <wsRequest.h>
Public Member Functions | |
wsRequest (int socket) | |
~wsRequest () | |
string | getParam (const string ¶m) |
void | output (const string &data) |
void | output (const char *data, const string &type, int length) |
vector< string > | getParamList () |
void | setCookie (const string &key, const string &val) |
bool | isResource () |
void | setResourceFlag (bool flag) |
string | getPath () |
wsRequest::wsRequest | ( | int | socket | ) |
wsRequest::~wsRequest | ( | ) |
string wsRequest::getParam | ( | const string & | param | ) | [inline] |
vector<string> wsRequest::getParamList | ( | ) | [inline] |
string wsRequest::getPath | ( | ) | [inline] |
bool wsRequest::isResource | ( | ) | [inline] |
void wsRequest::output | ( | const char * | data, | |
const string & | type, | |||
int | length | |||
) |
void wsRequest::output | ( | const string & | data | ) |
void wsRequest::setCookie | ( | const string & | key, | |
const string & | val | |||
) | [inline] |
void wsRequest::setResourceFlag | ( | bool | flag | ) | [inline] |