CSIPRouteHeader Class Reference
#include
<mw/siprouteheader.h>
Link against: sipcodec.lib
class CSIPRouteHeader : public CSIPRouteHeaderBase |
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 | ( | ) | |
Member Function Documentation
BaseDecodeL ( const TDesC8 & )
DecodeL ( const TDesC8 & )
Constructs a CSIPRouteHeader from textual representation of the header's value part.
Parameter | Description | aValue | a value part of a "Route"-header |
Returns: an array containing one to many instances of CSIPRouteHeader
InternalizeValueL ( RReadStream & )
Constructs an instance of a CCSIPRouteHeader from a RReadStream
Parameter | Description | aReadStream | a stream containing the value of the externalized object (header name not included). |
Returns: an instance of a CSIPRouteHeader
NewL ( CSIPAddress * )
Parameter | Description | aSIPAddress | a name-address, the ownership is transferred |
Returns: a new instance of CSIPRouteHeader
NewL ( const CSIPRouteHeaderBase & )
NewLC ( CSIPAddress * )
Creates a new instance of
CSIPRouteHeader and puts it to
CleanupStack - Pre-condition
- aSIPAddress != 0
aSIPAddress->Address().HostPort().HasHost() == ETrue
Parameter | Description | aSIPAddress | a name-address, the ownership is transferred |
Returns: a new instance of CSIPRouteHeader