CSymbianTransportAgent Class Reference

CSymbianTransportAgent Provides simple interface to Symbian HTTP Client API. More...

#include <SymbianTransportAgent.h>

List of all members.

Public Member Functions

 ~CSymbianTransportAgent ()
 ~CSymbianTransportAgent() Destroy the object
void ConnectL ()
 ConnectL() Open an internet connection.
void SetIap (const TUint32 &aIap)
 SetIap() Set a preferred IAP.
char * sendMessage (const char *msg)
 sendMessage()
TBool GetNextDataPart (TPtrC8 &aDataChunk)
void ReleaseData ()
TInt OverallDataSize ()
TInt Reset ()

Static Public Member Functions

static CSymbianTransportAgentNewL (URL &aUrl, Proxy &aProxy, unsigned int aResponseTimeout=DEFAULT_MAX_TIMEOUT, unsigned int aMaxMsgSize=DEFAULT_MAX_MSG_SIZE)
 NewL() Create a CSymbianTransportAgent object.
static CSymbianTransportAgentNewLC (URL &aUrl, Proxy &aProxy, unsigned int aResponseTimeout=DEFAULT_MAX_TIMEOUT, unsigned int aMaxMsgSize=DEFAULT_MAX_MSG_SIZE)
 NewLC() Create a CSymbianTransportAgent object.


Detailed Description

CSymbianTransportAgent Provides simple interface to Symbian HTTP Client API.

Link against http.lib, commdb.lib


Member Function Documentation

static CSymbianTransportAgent* CSymbianTransportAgent::NewL ( URL &  aUrl,
Proxy &  aProxy,
unsigned int  aResponseTimeout = DEFAULT_MAX_TIMEOUT,
unsigned int  aMaxMsgSize = DEFAULT_MAX_MSG_SIZE 
) [static]

NewL() Create a CSymbianTransportAgent object.

Returns:
A pointer to the created instance of CWebClientEngine

static CSymbianTransportAgent* CSymbianTransportAgent::NewLC ( URL &  aUrl,
Proxy &  aProxy,
unsigned int  aResponseTimeout = DEFAULT_MAX_TIMEOUT,
unsigned int  aMaxMsgSize = DEFAULT_MAX_MSG_SIZE 
) [static]

NewLC() Create a CSymbianTransportAgent object.

Returns:
A pointer to the created instance of CSymbianTransportAgent


The documentation for this class was generated from the following file:
Generated on Fri Jul 25 15:04:19 2008 for Funambol C++ Client Library by  doxygen 1.5.1