Archon::Utilities::Web::Client Struct Reference

Inheritance diagram for Archon::Utilities::Web::Client:

Inheritance graph
[legend]
Collaboration diagram for Archon::Utilities::Web::Client:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual Ref< Responserequest (Ref< Request >)=0 throw (RequestException)

Static Public Member Functions

static Ref< Clientget (string applicationName, string applicationVersion, int maxSockets=32) throw (UnexpectedException)
static Ref< Clientget (string applicationName, string applicationVersion, string cacheRootPath, long cacheSize, int maxSockets=32) throw (UnexpectedException)

Protected Member Functions

 Client ()

Classes

struct  Request
struct  Response

Detailed Description

Definition at line 47 of file web_client.H.


Member Function Documentation

Ref< Client > Archon::Utilities::Web::Client::get string  applicationName,
string  applicationVersion,
string  cacheRootPath,
long  cacheSize,
int  maxSockets = 32
throw (UnexpectedException) [static]
 

Parameters:
cacheRootPath Fielsystem directory path to the root of the cache files.
cacheSize Max cache size in MB. Must not be less than 5 MB.
maxSockets See get(int).

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.

Ref< Client > Archon::Utilities::Web::Client::get string  applicationName,
string  applicationVersion,
int  maxSockets = 32
throw (UnexpectedException) [static]
 

Parameters:
maxSockets Max number of simultanious network connections.

Definition at line 451 of file web_client.C.

References Archon::Utilities::Web::DefaultClient::DefaultClient(), and Archon::Utilities::Web::DefaultClient::maxSockets.


The documentation for this struct was generated from the following files:
Generated on Sun Jul 30 22:58:22 2006 for Archon by  doxygen 1.4.4