#include <mw/sipcontentencodingheader.h>
| class CSIPContentEncodingHeader : public CSIPTokenHeaderBase |
| Public Member Functions | |
|---|---|
| ~CSIPContentEncodingHeader() | |
| RPointerArray< CSIPHeaderBase > | BaseDecodeL(const TDesC8 &) |
| virtual IMPORT_C CSIPHeaderBase * | CloneL() |
| virtual RStringF | CompactName() |
| IMPORT_C RPointerArray< CSIPContentEncodingHeader > | DecodeL(const TDesC8 &) |
| virtual TBool | HasCompactName() |
| IMPORT_C CSIPHeaderBase * | InternalizeValueL(RReadStream &) |
| virtual IMPORT_C RStringF | Name() |
| IMPORT_C CSIPContentEncodingHeader * | NewL(RStringF) |
| IMPORT_C CSIPContentEncodingHeader * | NewLC(RStringF) |
| virtual TPreferredPlace | PreferredPlaceInMessage() |
| Inherited Attributes | |
|---|---|
| CSIPHeaderBase::iLink | |
| CSIPTokenHeaderBase::iValue | |
| Inherited Enumerations | |
|---|---|
| CSIPHeaderBase:TPreferredPlace | |
Class provides functions for setting and getting parameters in SIP "Content-Encoding" header.
| IMPORT_C | ~CSIPContentEncodingHeader | ( | ) |
Destructor, deletes the resources of CSIPContentEncodingHeader.
| RPointerArray< CSIPHeaderBase > | BaseDecodeL | ( | const TDesC8 & | aValue | ) | [static] |
| IMPORT_C CSIPHeaderBase * | CloneL | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::CloneL()const
From CSIPHeaderBase CloneL
| RStringF | CompactName | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::CompactName()const
| IMPORT_C RPointerArray< CSIPContentEncodingHeader > | DecodeL | ( | const TDesC8 & | aValue | ) | [static] |
Constructs a CSIPContentEncodingHeader from textual representation of the header's value part.
| Parameter | Description |
|---|---|
| aValue | a value part of a "Content-Encoding"-header |
Returns: an array containing 1..n instances of CSIPContentEncodingHeader
| TBool | HasCompactName | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::HasCompactName()const
| IMPORT_C CSIPHeaderBase * | InternalizeValueL | ( | RReadStream & | aReadStream | ) | [static] |
Constructs an instance of a CSIPContentEncodingHeader from a RReadStream
| Parameter | Description |
|---|---|
| aReadStream | a stream containing the value of the externalized object (header name not included). |
Returns: an instance of a CSIPContentEncodingHeader
| IMPORT_C RStringF | Name | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::Name()const
From CSIPHeaderBase Name
| IMPORT_C CSIPContentEncodingHeader * | NewL | ( | RStringF | aValue | ) | [static] |
Creates a new instance of CSIPContentEncodingHeader
| Parameter | Description |
|---|---|
| aValue | a content-coding value |
Returns: a new instance of CSIPContentEncodingHeader
| IMPORT_C CSIPContentEncodingHeader * | NewLC | ( | RStringF | aValue | ) | [static] |
Creates a new instance of CSIPContentEncodingHeader and puts it to CleanupStack
| Parameter | Description |
|---|---|
| aValue | a content-coding value |
Returns: a new instance of CSIPContentEncodingHeader
| TPreferredPlace | PreferredPlaceInMessage | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::PreferredPlaceInMessage()const