CTxData Class Reference
#include
<mw/http/framework/ctxdata.h>
class CTxData : public CBase |
Detailed Description
An abstract base class for the encoding of request data to be transmitted by a protocol handler.
Member Attribute Documentation
iProtTrans
The HTTP transaction from whose request this OTA transmission data is built. Note that the transaction is not owned by this object.
Constructor & Destructor Documentation
CTxData ( )
IMPORT_C | CTxData | ( | ) | [protected] |
Intended Usage: Default constructor - creates a Tx data object not associated with any protocol transaction.
CTxData ( CProtTransaction & )
Intended Usage: Normal constructor, of a CTxData that corresponds to the supplied protocol transaction.
Parameter | Description | aProtTransaction | (in) The transaction for which this object represents the transmitted data. |
~CTxData ( )
IMPORT_C | ~CTxData | ( | ) | [virtual] |
Intended Usage: Destructor - cleans up and releases resources to the system
Member Function Documentation
ConstructL ( )
IMPORT_C void | ConstructL | ( | ) | [protected] |
Intended Usage: Second phase construction, default
ProtTrans ( )
Intended Usage: Obtain the protocol transaction whose request part is represented as encoded data by this object.
Returns: The protocol transaction object