S60 3rd Edition API Reference: CSIPProxyRequireHeader Class Reference

CSIPProxyRequireHeader Class Reference

API published in: S60 2nd Ed

Link against: sipcodec.lib

Capability Information

Required Capabilities

None


#include <sipproxyrequireheader.h>

Inherits CSIPTokenHeaderBase.


Detailed Description

PublishedAll
Released
Class provides functions for setting and getting parameters in SIP "Proxy-Require" header.

Public Member Functions

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

Static Public Member Functions

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

Constructor & Destructor Documentation

IMPORT_C CSIPProxyRequireHeader::~CSIPProxyRequireHeader  ) 
 

Destructor, deletes the resources of CSIPProxyRequireHeader.


Member Function Documentation

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

From CSIPHeaderBase CloneL.

Implements CSIPHeaderBase.

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

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

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

Constructs an instance of a CSIPProxyRequireHeader from a RReadStream.

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

From CSIPHeaderBase Name.

Implements CSIPHeaderBase.

static IMPORT_C CSIPProxyRequireHeader* CSIPProxyRequireHeader::NewL RStringF  aValue  )  [static]
 

Creates a new instance of CSIPProxyRequireHeader.

Parameters:
aValue a tag value
Returns:
a new instance of CSIPProxyRequireHeader
static IMPORT_C CSIPProxyRequireHeader* CSIPProxyRequireHeader::NewLC RStringF  aValue  )  [static]
 

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

Parameters:
aValue a tag value
Returns:
a new instance of CSIPProxyRequireHeader
TPreferredPlace CSIPProxyRequireHeader::PreferredPlaceInMessage  )  const [virtual]
 

Implements CSIPHeaderBase.


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

Copyright © Nokia Corporation 2001-2007
Back to top