#include <mw/sipsecurityclientheader.h>
class CSIPSecurityClientHeader : public CSIPSecurityHeaderBase |
Public Member Functions | |
---|---|
~CSIPSecurityClientHeader() | |
RPointerArray< CSIPHeaderBase > | BaseDecodeL(const TDesC8 &) |
virtual IMPORT_C CSIPHeaderBase * | CloneL() |
IMPORT_C RPointerArray< CSIPSecurityClientHeader > | DecodeL(const TDesC8 &) |
IMPORT_C CSIPHeaderBase * | InternalizeValueL(RReadStream &) |
virtual IMPORT_C RStringF | Name() |
IMPORT_C CSIPSecurityClientHeader * | NewL(const TDesC8 &) |
IMPORT_C CSIPSecurityClientHeader * | NewLC(const TDesC8 &) |
Inherited Attributes | |
---|---|
CSIPHeaderBase::iLink |
Inherited Enumerations | |
---|---|
CSIPHeaderBase:TPreferredPlace |
Class provides functions for setting and getting SIP "Security-Client" header fields.
IMPORT_C | ~CSIPSecurityClientHeader | ( | ) |
Destructor, deletes the resources of CSIPSecurityClientHeader.
RPointerArray< CSIPHeaderBase > | BaseDecodeL | ( | const TDesC8 & | aValue | ) | [static] |
IMPORT_C CSIPHeaderBase * | CloneL | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::CloneL()const
From CSIPHeaderBase CloneL
IMPORT_C RPointerArray< CSIPSecurityClientHeader > | DecodeL | ( | const TDesC8 & | aValue | ) | [static] |
Constructs a CSIPSecurityClientHeader from textual representation of the header's value part.
Parameter | Description |
---|---|
aValue | a value part of a "Security-Client"-header |
Returns: an array containing 1..n instances of CSIPSecurityClientHeader
IMPORT_C CSIPHeaderBase * | InternalizeValueL | ( | RReadStream & | aReadStream | ) | [static] |
Constructs an instance of a CSIPSecurityClientHeader from a RReadStream
Parameter | Description |
---|---|
aReadStream | a stream containing the value of the externalized object (header name not included). |
Returns: an instance of a CSIPSecurityClientHeader
IMPORT_C RStringF | Name | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::Name()const
From CSIPHeaderBase Name
IMPORT_C CSIPSecurityClientHeader * | NewL | ( | const TDesC8 & | aMechanism | ) | [static] |
Creates a new instance of CSIPSecurityClientHeader
Parameter | Description |
---|---|
aMechanism | a Mechanism-Name parameter in the "Security-Client" header |
Returns: a new instance of CSIPSecurityClientHeader
IMPORT_C CSIPSecurityClientHeader * | NewLC | ( | const TDesC8 & | aMechanism | ) | [static] |
Creates a new instance of CSIPSecurityClientHeader and puts it to CleanupStack
Parameter | Description |
---|---|
aMechanism | a Mechanism-Name parameter in the "Security-Client" header |
Returns: a new instance of CSIPSecurityClientHeader