S60 3rd Edition API Reference: CSIPSecurityClientHeader Class Reference

CSIPSecurityClientHeader Class Reference

API published in: S60 2nd Ed

Link against: sipcodec.lib

Capability Information

Required Capabilities

None


#include <sipsecurityclientheader.h>

Inherits CSIPSecurityHeaderBase.


Detailed Description

PublishedAll
Released
Class provides functions for setting and getting SIP "Security-Client" header fields.

Public Member Functions

IMPORT_C ~CSIPSecurityClientHeader ()
 Destructor, deletes the resources of CSIPSecurityClientHeader.
IMPORT_C CSIPHeaderBaseCloneL () const
 From CSIPHeaderBase CloneL.
IMPORT_C RStringF Name () const
 From CSIPHeaderBase Name.

Static Public Member Functions

static IMPORT_C RPointerArray<
CSIPSecurityClientHeader
DecodeL (const TDesC8 &aValue)
 Constructs a CSIPSecurityClientHeader from textual representation of the header's value part.
static IMPORT_C CSIPSecurityClientHeaderNewL (const TDesC8 &aMechanism)
 Creates a new instance of CSIPSecurityClientHeader.
static IMPORT_C CSIPSecurityClientHeaderNewLC (const TDesC8 &aMechanism)
 Creates a new instance of CSIPSecurityClientHeader and puts it to CleanupStack.
static IMPORT_C CSIPHeaderBaseInternalizeValueL (RReadStream &aReadStream)
 Constructs an instance of a CSIPSecurityClientHeader from a RReadStream.
static RPointerArray< CSIPHeaderBaseBaseDecodeL (const TDesC8 &aValue)

Constructor & Destructor Documentation

IMPORT_C CSIPSecurityClientHeader::~CSIPSecurityClientHeader  ) 
 

Destructor, deletes the resources of CSIPSecurityClientHeader.


Member Function Documentation

static RPointerArray<CSIPHeaderBase> CSIPSecurityClientHeader::BaseDecodeL const TDesC8 &  aValue  )  [static]
 
IMPORT_C CSIPHeaderBase* CSIPSecurityClientHeader::CloneL  )  const [virtual]
 

From CSIPHeaderBase CloneL.

Implements CSIPHeaderBase.

static IMPORT_C RPointerArray<CSIPSecurityClientHeader> CSIPSecurityClientHeader::DecodeL const TDesC8 &  aValue  )  [static]
 

Constructs a CSIPSecurityClientHeader from textual representation of the header's value part.

Parameters:
aValue a value part of a "Security-Client"-header
Returns:
an array containing 1..n instances of CSIPSecurityClientHeader
static IMPORT_C CSIPHeaderBase* CSIPSecurityClientHeader::InternalizeValueL RReadStream &  aReadStream  )  [static]
 

Constructs an instance of a CSIPSecurityClientHeader from a RReadStream.

Parameters:
aReadStream a stream containing the value of the externalized object (header name not included).
Returns:
an instance of a CSIPSecurityClientHeader
IMPORT_C RStringF CSIPSecurityClientHeader::Name  )  const [virtual]
 

From CSIPHeaderBase Name.

Implements CSIPHeaderBase.

static IMPORT_C CSIPSecurityClientHeader* CSIPSecurityClientHeader::NewL const TDesC8 &  aMechanism  )  [static]
 

Creates a new instance of CSIPSecurityClientHeader.

Parameters:
aMechanism a Mechanism-Name parameter in the "Security-Client" header
Returns:
a new instance of CSIPSecurityClientHeader
static IMPORT_C CSIPSecurityClientHeader* CSIPSecurityClientHeader::NewLC const TDesC8 &  aMechanism  )  [static]
 

Creates a new instance of CSIPSecurityClientHeader and puts it to CleanupStack.

Parameters:
aMechanism a Mechanism-Name parameter in the "Security-Client" header
Returns:
a new instance of CSIPSecurityClientHeader

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top