#include <mw/sipcontentdispositionheader.h>
class CSIPContentDispositionHeader : public CSIPParameterHeaderBase |
Public Member Functions | |
---|---|
~CSIPContentDispositionHeader() | |
RPointerArray< CSIPHeaderBase > | BaseDecodeL(const TDesC8 &) |
virtual IMPORT_C CSIPHeaderBase * | CloneL() |
IMPORT_C CSIPContentDispositionHeader * | DecodeL(const TDesC8 &) |
IMPORT_C const TDesC8 & | DispType() |
IMPORT_C CSIPHeaderBase * | InternalizeValueL(RReadStream &) |
virtual IMPORT_C RStringF | Name() |
IMPORT_C CSIPContentDispositionHeader * | NewL(const TDesC8 &) |
IMPORT_C CSIPContentDispositionHeader * | NewLC(const TDesC8 &) |
virtual TPreferredPlace | PreferredPlaceInMessage() |
IMPORT_C void | SetDispTypeL(const TDesC8 &) |
Inherited Attributes | |
---|---|
CSIPHeaderBase::iLink |
Inherited Enumerations | |
---|---|
CSIPHeaderBase:TPreferredPlace |
Class provides functions for setting and getting parameters in SIP "Content-Disposition" header.
IMPORT_C | ~CSIPContentDispositionHeader | ( | ) |
Destructor. deletes the resources of CSIPContentDispositionHeader.
RPointerArray< CSIPHeaderBase > | BaseDecodeL | ( | const TDesC8 & | aValue | ) | [static] |
IMPORT_C CSIPHeaderBase * | CloneL | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::CloneL()const
From CSIPHeaderBase CloneL
IMPORT_C CSIPContentDispositionHeader * | DecodeL | ( | const TDesC8 & | aValue | ) | [static] |
Constructs a CSIPContentDispositionHeader from textual representation of the header's value part.
Parameter | Description |
---|---|
aValue | a value part of a "Content-Disposition"-header |
Returns: a new instance of CSIPContentDispositionHeader
IMPORT_C const TDesC8 & | DispType | ( | ) | const |
Gets the disp-type parameter from the "Content-Disposition" header
Returns: the disp-type parameter
IMPORT_C CSIPHeaderBase * | InternalizeValueL | ( | RReadStream & | aReadStream | ) | [static] |
Constructs an instance of a CSIPContentDispositionHeader from a RReadStream
Parameter | Description |
---|---|
aReadStream | a stream containing the value of the externalized object (header name not included). |
Returns: an instance of a CSIPContentDispositionHeader
IMPORT_C RStringF | Name | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::Name()const
From CSIPHeaderBase Name
IMPORT_C CSIPContentDispositionHeader * | NewL | ( | const TDesC8 & | aDispType | ) | [static] |
Creates a new instance of CSIPContentDispositionHeader
Parameter | Description |
---|---|
aDispType | a Disp-Type value |
Returns: a new instance of CSIPContentDispositionHeader
IMPORT_C CSIPContentDispositionHeader * | NewLC | ( | const TDesC8 & | aDispType | ) | [static] |
Creates a new instance of CSIPContentDispositionHeader and puts it to CleanupStack
Parameter | Description |
---|---|
aDispType | a Disp-Type value |
Returns: a new instance of CSIPContentDispositionHeader
TPreferredPlace | PreferredPlaceInMessage | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::PreferredPlaceInMessage()const
IMPORT_C void | SetDispTypeL | ( | const TDesC8 & | aDispType | ) |
Sets the disp-type parameter in the "Content-Disposition" header;