CSIPRouteHeader Class Reference

#include <mw/siprouteheader.h>

Link against: sipcodec.lib

class CSIPRouteHeader : public CSIPRouteHeaderBase
Public Member Functions
~CSIPRouteHeader()
RPointerArray< CSIPHeaderBase >BaseDecodeL(const TDesC8 &)
virtual IMPORT_C CSIPHeaderBase *CloneL()
IMPORT_C RPointerArray< CSIPRouteHeader >DecodeL(const TDesC8 &)
IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &)
virtual IMPORT_C RStringFName()
IMPORT_C CSIPRouteHeader *NewL(CSIPAddress *)
CSIPRouteHeader *NewL(const CSIPRouteHeaderBase &)
IMPORT_C CSIPRouteHeader *NewLC(CSIPAddress *)
Inherited Attributes
CSIPHeaderBase::iLink
CSIPRouteHeaderBase::iParams
CSIPRouteHeaderBase::iSIPAddress
Inherited Enumerations
CSIPHeaderBase:TPreferredPlace
Inherited Functions
CBase::CBase()
CBase::Delete(CBase *)
CBase::Extension_(TUint,TAny *&,TAny *)
CBase::operator new(TUint)
CBase::operator new(TUint,TAny *)
CBase::operator new(TUint,TLeave)
CBase::operator new(TUint,TLeave,TUint)
CBase::operator new(TUint,TUint)
CBase::~CBase()
CSIPHeaderBase::CSIPHeaderBase()
CSIPHeaderBase::CompactName()const
CSIPHeaderBase::EncodeMultipleToOneLine()const
CSIPHeaderBase::ExternalizeL(RWriteStream &,TBool)const
CSIPHeaderBase::ExternalizeNameL(RWriteStream &)const
CSIPHeaderBase::ExternalizeSupported()const
CSIPHeaderBase::HasCompactName()const
CSIPHeaderBase::IsExtensionHeader()const
CSIPHeaderBase::PushLC(RPointerArray< CSIPHeaderBase > *)
CSIPHeaderBase::ResetAndDestroy(TAny *)
CSIPHeaderBase::ToTextL()const
CSIPHeaderBase::ToTextLC()const
CSIPHeaderBase::ToTextValueLC()const
CSIPHeaderBase::~CSIPHeaderBase()
CSIPParameterHeaderBase::CSIPParameterHeaderBase(const TChar &)
CSIPParameterHeaderBase::DeleteParam(RStringF)
CSIPParameterHeaderBase::HasParam(RStringF)const
CSIPParameterHeaderBase::Param(TInt,RStringF &)const
CSIPParameterHeaderBase::ParamCount()const
CSIPParameterHeaderBase::ParamInsertionAllowed()const
CSIPParameterHeaderBase::ParamValue(RStringF)const
CSIPParameterHeaderBase::ParseL(const TDesC8 &,TBool,TBool)
CSIPParameterHeaderBase::SetParamL(RStringF)
CSIPParameterHeaderBase::SetParamL(RStringF,RStringF)
CSIPParameterHeaderBase::ToTextValueL()const
CSIPParameterHeaderBase::~CSIPParameterHeaderBase()
CSIPRouteHeaderBase::CSIPRouteHeaderBase()
CSIPRouteHeaderBase::ConstructL()
CSIPRouteHeaderBase::ConstructL(CSIPAddress *)
CSIPRouteHeaderBase::ConstructL(const CSIPRouteHeaderBase &)
CSIPRouteHeaderBase::MoreThanOneAllowed()const
CSIPRouteHeaderBase::PreferredPlaceInMessage()const
CSIPRouteHeaderBase::SIPAddress()
CSIPRouteHeaderBase::SIPAddress()const
CSIPRouteHeaderBase::SetSIPAddressL(CSIPAddress *)
CSIPRouteHeaderBase::~CSIPRouteHeaderBase()

Detailed Description

Class for SIP "Route"-header manipulation.

Constructor & Destructor Documentation

~CSIPRouteHeader ( )

IMPORT_C~CSIPRouteHeader()

Destructor, deletes the resources of CSIPRouteHeader.

Member Function Documentation

BaseDecodeL ( const TDesC8 & )

RPointerArray< CSIPHeaderBase >BaseDecodeL(const TDesC8 &aValue)[static]

CloneL ( )

IMPORT_C CSIPHeaderBase *CloneL()const [virtual]

From CSIPHeaderBase CloneL

DecodeL ( const TDesC8 & )

IMPORT_C RPointerArray< CSIPRouteHeader >DecodeL(const TDesC8 &aValue)[static]

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

ParameterDescription
aValuea value part of a "Route"-header

Returns: an array containing one to many instances of CSIPRouteHeader

InternalizeValueL ( RReadStream & )

IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream)[static]

Constructs an instance of a CCSIPRouteHeader from a RReadStream

ParameterDescription
aReadStreama stream containing the value of the externalized object (header name not included).

Returns: an instance of a CSIPRouteHeader

Name ( )

IMPORT_C RStringFName()const [virtual]

Reimplemented from CSIPHeaderBase::Name()const

From CSIPHeaderBase Name

NewL ( CSIPAddress * )

IMPORT_C CSIPRouteHeader *NewL(CSIPAddress *aSIPAddress)[static]
Creates a new instance of CSIPRouteHeader
Pre-condition
aSIPAddress != 0
ParameterDescription
aSIPAddressa name-address, the ownership is transferred

Returns: a new instance of CSIPRouteHeader

NewL ( const CSIPRouteHeaderBase & )

CSIPRouteHeader *NewL(const CSIPRouteHeaderBase &aHeader)[static]

NewLC ( CSIPAddress * )

IMPORT_C CSIPRouteHeader *NewLC(CSIPAddress *aSIPAddress)[static]
Creates a new instance of CSIPRouteHeader and puts it to CleanupStack
Pre-condition
aSIPAddress != 0

aSIPAddress->Address().HostPort().HasHost() == ETrue

ParameterDescription
aSIPAddressa name-address, the ownership is transferred

Returns: a new instance of CSIPRouteHeader