Public Member Functions | |
DefaultResponse (DefaultClient *client) | |
string | getContentType () |
void | doSetup (HTRequest *request) |
Called with the Libwww mutex locked. | |
void | setError (HTRequest *request, int status) |
Called with the Libwww mutex locked. | |
void | waitForSetup () |
void | refDispose (Mutex::Lock &l) |
Public Attributes | |
DefaultClient * | client |
string | error |
string | contentType |
bool | setupDone |
Condition | setup |
Definition at line 481 of file web_client.C.