Public Member Functions | |
virtual Ref< Response > | request (Ref< Request >)=0 throw (RequestException) |
Static Public Member Functions | |
static Ref< Client > | get (string applicationName, string applicationVersion, int maxSockets=32) throw (UnexpectedException) |
static Ref< Client > | get (string applicationName, string applicationVersion, string cacheRootPath, long cacheSize, int maxSockets=32) throw (UnexpectedException) |
Protected Member Functions | |
Client () | |
Classes | |
struct | Request |
struct | Response |
Definition at line 47 of file web_client.H.
|
Definition at line 459 of file web_client.C. References Archon::Utilities::Web::DefaultClient::applicationName, Archon::Utilities::Web::DefaultClient::applicationVersion, Archon::Utilities::Web::DefaultClient::cacheRootPath, Archon::Utilities::Web::DefaultClient::cacheSize, Archon::Utilities::Web::DefaultClient::DefaultClient(), and Archon::Utilities::Web::DefaultClient::maxSockets. |
|
Definition at line 451 of file web_client.C. References Archon::Utilities::Web::DefaultClient::DefaultClient(), and Archon::Utilities::Web::DefaultClient::maxSockets. |