Public Member Functions | |
DefaultClient (string applicationName, string applicationVersion, string cacheRootPath, long cacheSize, int maxSockets) throw (UnexpectedException) | |
~DefaultClient () | |
Ref< Response > | request (Ref< Request >) throw (RequestException) |
Public Attributes | |
string | applicationName |
string | applicationVersion |
string | cacheRootPath |
long | cacheSize |
int | maxSockets |
Time | eventHandlerMaxIdle |
Mutex | mutex |
bool | libwwwInitialized |
bool | eventHandlerActive |
unsigned | numberOfRequests |
bool | terminate |
Condition | requestChange |
Condition | eventHandlerQuit |
Definition at line 369 of file web_client.C.
|
Implements Archon::Utilities::Web::Client. Definition at line 783 of file web_client.C. References Archon::Utilities::Web::DefaultResponse::error, Archon::SaiTestApps::Filebrowser::mutex, Archon::Utilities::Mutex::Lock::release(), Archon::Utilities::Thread::run(), Archon::Utilities::Web::DefaultResponse::waitForSetup(), and Archon::Utilities::writer. |