#include <mw/sipextensionheader.h>
class CSIPExtensionHeader : public CSIPHeaderBase |
Public Member Functions | |
---|---|
~CSIPExtensionHeader() | |
virtual IMPORT_C CSIPHeaderBase * | CloneL() |
virtual RStringF | CompactName() |
virtual TBool | EncodeMultipleToOneLine() |
virtual IMPORT_C TBool | ExternalizeSupported() |
virtual TBool | HasCompactName() |
IMPORT_C CSIPExtensionHeader * | InternalizeValueL(RReadStream &) |
virtual TBool | IsExtensionHeader() |
virtual TBool | MoreThanOneAllowed() |
virtual IMPORT_C RStringF | Name() |
IMPORT_C CSIPExtensionHeader * | NewL(const TDesC8 &, const TDesC8 &) |
IMPORT_C CSIPExtensionHeader * | NewLC(const TDesC8 &, const TDesC8 &) |
virtual TPreferredPlace | PreferredPlaceInMessage() |
void | SetNameL(const TDesC8 &) |
IMPORT_C void | SetValueL(const TDesC8 &) |
virtual IMPORT_C HBufC8 * | ToTextValueL() |
IMPORT_C const TDesC8 & | Value() |
Inherited Attributes | |
---|---|
CSIPHeaderBase::iLink |
Inherited Enumerations | |
---|---|
CSIPHeaderBase:TPreferredPlace |
The class stores unknown and extension headers that are either not supported by the current SIP codec implementation or not specified in current SIP RFC or both.
IMPORT_C | ~CSIPExtensionHeader | ( | ) |
Destructor, deletes the resources of CSIPExtensionHeader.
IMPORT_C CSIPHeaderBase * | CloneL | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::CloneL()const
From CSIPHeaderBase CloneL
RStringF | CompactName | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::CompactName()const
TBool | EncodeMultipleToOneLine | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::EncodeMultipleToOneLine()const
IMPORT_C TBool | ExternalizeSupported | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::ExternalizeSupported()const
From CSIPHeaderBase ExternalizeSupported
TBool | HasCompactName | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::HasCompactName()const
IMPORT_C CSIPExtensionHeader * | InternalizeValueL | ( | RReadStream & | aReadStream | ) | [static] |
Constructs an instance of a CSIPExtensionHeader from a RReadStream
Parameter | Description |
---|---|
aReadStream | a stream containing the value of the externalized header object (header name not included). |
Returns: an instance of a CSIPExtensionHeader
TBool | IsExtensionHeader | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::IsExtensionHeader()const
TBool | MoreThanOneAllowed | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::MoreThanOneAllowed()const
IMPORT_C RStringF | Name | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::Name()const
From CSIPHeaderBase Name
IMPORT_C CSIPExtensionHeader * | NewL | ( | const TDesC8 & | aName, |
const TDesC8 & | aValue | |||
) | [static] |
Creates a new instance of CSIPExtensionHeader
Parameter | Description |
---|---|
aName | the full or compact name of the header |
aValue | the value of the header |
Returns: a new instance of CSIPExtensionHeader
IMPORT_C CSIPExtensionHeader * | NewLC | ( | const TDesC8 & | aName, |
const TDesC8 & | aValue | |||
) | [static] |
Creates a new instance of CSIPExtensionHeader and puts it to CleanupStack
Parameter | Description |
---|---|
aName | the full or compact name of the header |
aValue | the value of the header |
Returns: a new instance of CSIPExtensionHeader
TPreferredPlace | PreferredPlaceInMessage | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::PreferredPlaceInMessage()const
IMPORT_C void | SetValueL | ( | const TDesC8 & | aValue | ) |
Sets the header value
Parameter | Description |
---|---|
aValue | the header value to be set |
IMPORT_C HBufC8 * | ToTextValueL | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::ToTextValueL()const
From CSIPHeaderBase ToTextValueL