Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <thttpfilterhandle.h>

Class THTTPFilterHandle

class THTTPFilterHandle;

Description

A Filter registration handle. This identifies a particular filter registration, and is passed to the filter in MHFLoad. It is used to identify filters for deletion and for locating the start point for sending events. It is an opaque class; all you need to be able to do with it is to compare them for equality.

Members

Defined in THTTPFilterHandle:


Construction and destruction


THTTPFilterHandle(TStandardValues)

inline THTTPFilterHandle(TStandardValues aVal=EUndefined);

Description

Parameters

THTTPFilterHandle::TStandardValues aVal

[Top]


Member functions


operator==(THTTPFilterHandle)const

inline TBool operator==(THTTPFilterHandle aThat) const;

Description

Parameters

THTTPFilterHandle aThat

Return value

TBool


operator!=(THTTPFilterHandle)const

inline TBool operator!=(THTTPFilterHandle aThat) const;

Description

Parameters

THTTPFilterHandle aThat

Return value

TBool

[Top]


Member enumerations


Enum TStandardValues

TStandardValues

Description

Alisases for the client, and the filters you're most likely to want to refer to.

EUndefined

Undefined default value.

EClient

Placeholder for the client.

EProtocolHandler

Constant value for the protocol handler.

ECurrentFilter

When sending an event from a MHFRunL, indicates the current filter.