Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <CHTTPResponse.h>
Link against: httpresponse.lib
This item is not part of the S60 5th Edition SDK

Class CHTTPResponse

Interface status: deprecated

class CHTTPResponse : public CBase;

Description

Derivation

Members

Defined in CHTTPResponse:

Inherited from CBase:


Construction and destruction


NewL()

Interface status: deprecated Inherited from: CHTTPResponse

IMPORT_C static CHTTPResponse* NewL();

Description

Return value

CHTTPResponse *


~CHTTPResponse()

Interface status: deprecated Inherited from: CHTTPResponse

IMPORT_C virtual ~CHTTPResponse();

Description


CHTTPResponse()

Interface status: deprecated Inherited from: CHTTPResponse

protected: IMPORT_C CHTTPResponse();

Description


ConstructL()

Interface status: deprecated Inherited from: CHTTPResponse

protected: IMPORT_C void ConstructL();

Description

[Top]


Member functions


Reset()

Interface status: deprecated Inherited from: CHTTPResponse

IMPORT_C void Reset();

Description


AddResponse(HBufC8 *)

Interface status: deprecated Inherited from: CHTTPResponse

IMPORT_C void AddResponse(HBufC8 *aResponse);

Description

Parameters

HBufC8 *aResponse


Response()const

Interface status: deprecated Inherited from: CHTTPResponse

IMPORT_C HBufC8& Response() const;

Description

Return value

HBufC8 &


StatusCode()const

Interface status: deprecated Inherited from: CHTTPResponse

IMPORT_C THttpStatusCode StatusCode() const;

Description

Return value

THttpStatusCode


DetailedStatusCode()const

Interface status: deprecated Inherited from: CHTTPResponse

IMPORT_C THttpStatusCode DetailedStatusCode() const;

Description

Return value

THttpStatusCode


SetStatusCode(TInt)

Interface status: deprecated Inherited from: CHTTPResponse

IMPORT_C void SetStatusCode(TInt aCode);

Description

Parameters

TInt aCode


FindField(THttpHeaderField,TPtrC8 &,TInt)const

Interface status: deprecated Inherited from: CHTTPResponse

IMPORT_C TBool FindField(THttpHeaderField aField, TPtrC8 &aDesc, TInt aStartIndex=0) const;

Description

Parameters

THttpHeaderField aField

TPtrC8 &aDesc

TInt aStartIndex

Return value

TBool


FindBinaryDescField(THttpHeaderField,TPtrC8 &,TInt)const

Interface status: deprecated Inherited from: CHTTPResponse

IMPORT_C TBool FindBinaryDescField(THttpHeaderField aField, TPtrC8 &aDesc, TInt aStartIndex=0) const;

Description

Parameters

THttpHeaderField aField

TPtrC8 &aDesc

TInt aStartIndex

Return value

TBool


FindField(THttpHeaderField,TTime &,TInt)const

Interface status: deprecated Inherited from: CHTTPResponse

IMPORT_C TBool FindField(THttpHeaderField aField, TTime &aTime, TInt aStartIndex=0) const;

Description

Parameters

THttpHeaderField aField

TTime &aTime

TInt aStartIndex

Return value

TBool


FindCacheControlFieldValue(TCacheControlFieldValue)const

Interface status: deprecated Inherited from: CHTTPResponse

IMPORT_C TInt FindCacheControlFieldValue(TCacheControlFieldValue aField) const;

Description

Parameters

TCacheControlFieldValue aField

Return value

TInt


ExtractCacheControlTime(TCacheControlFieldValue,TTime &)const

Interface status: deprecated Inherited from: CHTTPResponse

IMPORT_C TBool ExtractCacheControlTime(TCacheControlFieldValue aField, TTime &aTime) const;

Description

Parameters

TCacheControlFieldValue aField

TTime &aTime

Return value

TBool


ContentType(TPtrC8 &)const

Interface status: deprecated Inherited from: CHTTPResponse

IMPORT_C void ContentType(TPtrC8 &aDesc) const;

Description

Parameters

TPtrC8 &aDesc


FindRealm(TPtrC8 &)const

Interface status: deprecated Inherited from: CHTTPResponse

IMPORT_C TBool FindRealm(TPtrC8 &aRealm) const;

Description

Parameters

TPtrC8 &aRealm

Return value

TBool


CharSet(TPtrC8 &)const

Interface status: deprecated Inherited from: CHTTPResponse

IMPORT_C TBool CharSet(TPtrC8 &aDesc) const;

Description

Parameters

TPtrC8 &aDesc

Return value

TBool


LocateField(THttpHeaderField,TInt)const

Interface status: deprecated Inherited from: CHTTPResponse

protected: IMPORT_C TInt LocateField(THttpHeaderField aField, TInt aStartIndex=0) const;

Description

Parameters

THttpHeaderField aField

TInt aStartIndex

Return value

TInt


ContentType(TInt)const

Interface status: deprecated Inherited from: CHTTPResponse

protected: IMPORT_C const TText8* ContentType(TInt aContentTypeCode) const;

Description

Parameters

TInt aContentTypeCode

Return value

const TText8 *


CharSet(TInt)const

Interface status: deprecated Inherited from: CHTTPResponse

protected: IMPORT_C const TText8* CharSet(TInt aCharsetCode) const;

Description

Parameters

TInt aCharsetCode

Return value

const TText8 *


Extend_CHTTPResponse(TAny *)

Interface status: deprecated Inherited from: CHTTPResponse

private: IMPORT_C virtual TAny* Extend_CHTTPResponse(TAny *aArgs);

Description

Parameters

TAny *aArgs

Return value

TAny *


Extend_CHTTPResponse_const(TAny *)const

Interface status: deprecated Inherited from: CHTTPResponse

private: IMPORT_C virtual TAny* Extend_CHTTPResponse_const(TAny *aArgs) const;

Description

Parameters

TAny *aArgs

Return value

TAny *