#include <mw/sipproxyauthorizationheader.h>
class CSIPProxyAuthorizationHeader : public CSIPAuthorizationHeaderBase |
Public Member Functions | |
---|---|
~CSIPProxyAuthorizationHeader() | |
RPointerArray< CSIPHeaderBase > | BaseDecodeL(const TDesC8 &) |
virtual IMPORT_C CSIPHeaderBase * | CloneL() |
IMPORT_C CSIPProxyAuthorizationHeader * | DecodeL(const TDesC8 &) |
virtual IMPORT_C TBool | ExternalizeSupported() |
CSIPHeaderBase * | InternalizeValueL(RReadStream &) |
virtual IMPORT_C RStringF | Name() |
IMPORT_C CSIPProxyAuthorizationHeader * | NewL(RStringF) |
IMPORT_C CSIPProxyAuthorizationHeader * | NewL(const CSIPAuthorizationHeaderBase &) |
IMPORT_C CSIPProxyAuthorizationHeader * | NewLC(RStringF) |
IMPORT_C CSIPProxyAuthorizationHeader * | NewLC(const CSIPAuthorizationHeaderBase &) |
Inherited Attributes | |
---|---|
CSIPAuthorizationHeaderBase::iParams | |
CSIPHeaderBase::iLink |
Inherited Enumerations | |
---|---|
CSIPHeaderBase:TPreferredPlace |
Class for SIP Proxy-Authorization-header manipulation.
RPointerArray< CSIPHeaderBase > | BaseDecodeL | ( | const TDesC8 & | aValue | ) | [static] |
IMPORT_C CSIPHeaderBase * | CloneL | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::CloneL()const
From CSIPHeaderBase CloneL
IMPORT_C CSIPProxyAuthorizationHeader * | DecodeL | ( | const TDesC8 & | aValue | ) | [static] |
Constructs a CSIPProxyAuthorizationHeader from textual representation of the header's value part.
Parameter | Description |
---|---|
aValue | a value part of a "Proxy-Authenticate"-header |
Returns: a new instance of CSIPProxyAuthorizationHeader
IMPORT_C TBool | ExternalizeSupported | ( | ) | const [virtual] |
Reimplemented from CSIPAuthHeaderBase::ExternalizeSupported()const
From CSIPHeaderBase ExternalizeSupported
CSIPHeaderBase * | InternalizeValueL | ( | RReadStream & | aReadStream | ) | [static] |
IMPORT_C RStringF | Name | ( | ) | const [virtual] |
Reimplemented from CSIPHeaderBase::Name()const
From CSIPHeaderBase Name
IMPORT_C CSIPProxyAuthorizationHeader * | NewL | ( | RStringF | aAuthScheme | ) | [static] |
Creates a new instance of CSIPProxyAuthorizationHeader
Returns: a new instance of CSIPProxyAuthorizationHeader
IMPORT_C CSIPProxyAuthorizationHeader * | NewL | ( | const CSIPAuthorizationHeaderBase & | aHeader | ) | [static] |
Creates a deep-copy of a CSIPAuthorizationHeaderBase
Returns: a new instance of CSIPProxyAuthorizationHeader
IMPORT_C CSIPProxyAuthorizationHeader * | NewLC | ( | RStringF | aAuthScheme | ) | [static] |
Creates a new instance of CSIPProxyAuthorizationHeader
Returns: a new instance of CSIPProxyAuthorizationHeader
IMPORT_C CSIPProxyAuthorizationHeader * | NewLC | ( | const CSIPAuthorizationHeaderBase & | aHeader | ) | [static] |
Creates a deep-copy of a CSIPAuthorizationHeaderBase
Returns: a new instance of CSIPProxyAuthorizationHeader