Location:
sipproxyrequireheader.h
Link against: sipcodec.lib
class CSIPProxyRequireHeader : public CSIPTokenHeaderBase;
Class provides functions for setting and getting parameters in SIP "Proxy-Require" 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)"
CSIPProxyRequireHeader
- Class provides functions for setting and getting parameters in SIP "Proxy-Require" header
Defined in CSIPProxyRequireHeader
:
CloneL()
, DecodeL()
, InternalizeValueL()
, Name()
, NewL()
, NewLC()
, ~CSIPProxyRequireHeader()
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 CSIPProxyRequireHeader *NewL(RStringF aValue);
Creates a new instance of CSIPProxyRequireHeader
|
|
static IMPORT_C CSIPProxyRequireHeader *NewLC(RStringF aValue);
Creates a new instance of CSIPProxyRequireHeader and puts it to CleanupStack
|
|
IMPORT_C ~CSIPProxyRequireHeader();
Destructor, deletes the resources of CSIPProxyRequireHeader.
static IMPORT_C RPointerArray< CSIPProxyRequireHeader > DecodeL(const TDesC8 &aValue);
Constructs a CSIPProxyRequireHeader from textual representation of the header's value part.
|
|
static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);
Constructs an instance of a CSIPProxyRequireHeader from a RReadStream
|
|
virtual IMPORT_C CSIPHeaderBase *CloneL() const;
From CSIPHeaderBase
CloneL
|