|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
Classes | |
| class | Connection |
| class | Response |
| class | Wobbly |
Typedefs | |
| typedef void(* | ResponseBegin_CB) (const Response *r, void *userdata) |
| typedef void(* | ResponseData_CB) (const Response *r, void *userdata, const unsigned char *data, int numbytes) |
| typedef void(* | ResponseComplete_CB) (const Response *r, void *userdata) |
Functions | |
| void | BailOnSocketError (const char *context) |
| bool | datawaiting (int sock) |
| struct in_addr * | atoaddr (const char *address) |
| typedef void(* happyhttp::ResponseBegin_CB) (const Response *r, void *userdata) |
Definition at line 54 of file happyhttp.h.
| typedef void(* happyhttp::ResponseComplete_CB) (const Response *r, void *userdata) |
Definition at line 56 of file happyhttp.h.
| typedef void(* happyhttp::ResponseData_CB) (const Response *r, void *userdata, const unsigned char *data, int numbytes) |
Definition at line 55 of file happyhttp.h.
| anonymous enum |
Definition at line 60 of file happyhttp.h.
| struct in_addr * happyhttp::atoaddr | ( | const char * | address | ) |
Definition at line 177 of file happyhttp.cpp.
Referenced by happyhttp::Connection::connect().
| void happyhttp::BailOnSocketError | ( | const char * | context | ) |
Definition at line 76 of file happyhttp.cpp.
Referenced by happyhttp::Connection::connect(), datawaiting(), happyhttp::Connection::pump(), and happyhttp::Connection::send().
| bool happyhttp::datawaiting | ( | int | sock | ) |
Definition at line 154 of file happyhttp.cpp.
References BailOnSocketError(), and NULL.
Referenced by happyhttp::Connection::pump().