Location:
sipacceptencodingheader.h
Link against: sipcodec.lib
class CSIPAcceptEncodingHeader : public CSIPParameterHeaderBase;
Class provides functions for setting and getting media types and parameters in SIP "Accept-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
CSIPParameterHeaderBase
- A base class for SIP headers that have structure "mandatory part"delimiter"parameters"
CSIPAcceptEncodingHeader
- Class provides functions for setting and getting media types and parameters in SIP "Accept-Encoding" header
Defined in CSIPAcceptEncodingHeader
:
CloneL()
, Codings()
, DecodeL()
, InternalizeValueL()
, Name()
, NewL()
, NewLC()
, QParameter()
, SetCodingsL()
, SetQParameterL()
, ~CSIPAcceptEncodingHeader()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CSIPHeaderBase
:
ExternalizeL()
,
ExternalizeSupported()
,
PushLC()
,
ToTextL()
,
ToTextLC()
,
ToTextValueLC()
Inherited from CSIPParameterHeaderBase
:
DeleteParam()
,
HasParam()
,
Param()
,
ParamCount()
,
ParamValue()
,
SetParamL()
,
ToTextValueL()
static IMPORT_C CSIPAcceptEncodingHeader *NewL(const TDesC8 &aCodings);
Creates a new instance of CSIPAcceptEncodingHeader
|
|
static IMPORT_C CSIPAcceptEncodingHeader *NewLC(const TDesC8 &aCodings);
Creates a new instance of CSIPAcceptEncodingHeader and puts it onto the cleanup stack
|
|
IMPORT_C ~CSIPAcceptEncodingHeader();
Destructor, deletes the resources of CSIPAcceptEncodingHeader.
static IMPORT_C RPointerArray< CSIPAcceptEncodingHeader > DecodeL(const TDesC8 &aValue);
Constructs a CSIPAcceptEncodingHeader from textual representation of the header's value part.
|
|
IMPORT_C const TDesC8 &Codings() const;
Gets the codings from the "Accept-Encoding" header
|
IMPORT_C void SetCodingsL(const TDesC8 &aCodings);
Sets the codings in the "Accept-Encoding" header
|
IMPORT_C TReal QParameter() const;
Gets the value of "q"-parameter
|
IMPORT_C void SetQParameterL(TReal aQValue);
Sets the "q"-parameter value
|
static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);
Constructs an instance of a CSIPAcceptEncodingHeader from a RReadStream
|
|
virtual IMPORT_C CSIPHeaderBase *CloneL() const;
From CSIPHeaderBase
CloneL
|