Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: http\thttpfilterhandle.h
Link against: http.lib

Class THTTPFilterHandle

class THTTPFilterHandle

Support

Supported from 7.0

Description

A filter registration handle.

This identifies a particular filter registration and 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 objects for equality.

A handle is passed to the filter in MHTTPFilter::MHFLoad().

Defined in THTTPFilterHandle:
EClient, ECurrentFilter, EProtocolHandler, EUndefined, THTTPFilterHandle(), TStandardValues, iValue, operator!=(), operator==()

See also:


Member Functions


operator==()

inline TBool operator ==(THTTPFilterHandle aThat) const;

Description

Equality operator.

Parameters

THTTPFilterHandle aThat

Object to compare with

Return value

TBool

ETrue if equal, else EFalse


operator!=()

inline TBool operator !=(THTTPFilterHandle aThat) const;

Description

Inequality operator.

Parameters

THTTPFilterHandle aThat

Object to compare with

Return value

TBool

ETrue if unequal, else EFalse

[Top]


Internal members

Description

This is internal and not intended for use.


Construction and destruction


THTTPFilterHandle()

inline THTTPFilterHandle(TStandardValues aVal=EUndefined);

Description

This is internal and not intended for use.


iValue

private: TInt iValue;

Description

This is internal and not intended for use.


Member Enumerations


Enum TStandardValues

TStandardValues

Description

This is internal and not intended for use.

EUndefined

This is internal and not intended for use.

EClient

This is internal and not intended for use.

EProtocolHandler

This is internal and not intended for use.

ECurrentFilter

This is internal and not intended for use.