|
|
|
|
Location:
sipcontentencodingheader.h
Link against: sipcodec.lib
class CSIPContentEncodingHeader : public CSIPTokenHeaderBase;
Class provides functions for setting and getting parameters in SIP "Content-Encoding" header.
sipcodec.lib
CBase - Base class for all classes to be instantiated on the heap
CSIPHeaderBase - Class provides a generic interface for all the SIP headers
CSIPTokenHeaderBase - A base class for SIP headers having form "Name: token *(COMMA token)"
CSIPContentEncodingHeader - Class provides functions for setting and getting parameters in SIP "Content-Encoding" header
Defined in CSIPContentEncodingHeader:
CloneL(), DecodeL(), InternalizeValueL(), Name(), NewL(), NewLC(), ~CSIPContentEncodingHeader()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CSIPHeaderBase:
ExternalizeL(),
ExternalizeSupported(),
PushLC(),
ToTextL(),
ToTextLC(),
ToTextValueLC()
Inherited from CSIPTokenHeaderBase:
SetValueL(),
ToTextValueL(),
Value()
static IMPORT_C CSIPContentEncodingHeader *NewL(RStringF aValue);
Creates a new instance of CSIPContentEncodingHeader
|
|
static IMPORT_C CSIPContentEncodingHeader *NewLC(RStringF aValue);
Creates a new instance of CSIPContentEncodingHeader and puts it to CleanupStack
|
|
IMPORT_C ~CSIPContentEncodingHeader();
Destructor, deletes the resources of CSIPContentEncodingHeader.
static IMPORT_C RPointerArray< CSIPContentEncodingHeader > DecodeL(const TDesC8 &aValue);
Constructs a CSIPContentEncodingHeader from textual representation of the header's value part.
|
|
static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);
Constructs an instance of a CSIPContentEncodingHeader from a RReadStream
|
|
virtual IMPORT_C CSIPHeaderBase *CloneL() const;
From CSIPHeaderBase CloneL
|