|
|
|
|
Location:
siprouteheader.h
Link against: sipcodec.lib
class CSIPRouteHeader : public CSIPRouteHeaderBase;
Class for SIP "Route"-header manipulation.
sipcodec.lib
CBase - Base class for all classes to be instantiated on the heap
CSIPHeaderBase - Class provides a generic interface for all the SIP headers
CSIPParameterHeaderBase - A base class for SIP headers that have structure "mandatory part"delimiter"parameters"
CSIPRouteHeaderBase - A base class for "Route"-, "Record-Route"- and "Service-Route"-headers
CSIPRouteHeader - Class for SIP "Route"-header manipulation
Defined in CSIPRouteHeader:
CloneL(), DecodeL(), InternalizeValueL(), Name(), NewL(), NewLC(), ~CSIPRouteHeader()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CSIPHeaderBase:
ExternalizeL(),
ExternalizeSupported(),
PushLC(),
ToTextL(),
ToTextLC(),
ToTextValueLC()
Inherited from CSIPParameterHeaderBase:
DeleteParam(),
HasParam(),
Param(),
ParamCount(),
ParamValue(),
SetParamL(),
ToTextValueL()
Inherited from CSIPRouteHeaderBase:
SIPAddress(),
SetSIPAddressL()
static IMPORT_C CSIPRouteHeader *NewL(CSIPAddress *aSIPAddress);
aSIPAddress != 0
Creates a new instance of CSIPRouteHeader
|
|
static IMPORT_C CSIPRouteHeader *NewLC(CSIPAddress *aSIPAddress);
aSIPAddress != 0
aSIPAddress->Address().HostPort().HasHost() == ETrue
Creates a new instance of CSIPRouteHeader and puts it to CleanupStack
|
|
static IMPORT_C RPointerArray< CSIPRouteHeader > DecodeL(const TDesC8 &aValue);
Constructs a CSIPRouteHeader from textual representation of the header's value part.
|
|
static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);
Constructs an instance of a CCSIPRouteHeader from a RReadStream
|
|
virtual IMPORT_C CSIPHeaderBase *CloneL() const;
From CSIPHeaderBase CloneL
|