Symbian
 Developer Library

DEVELOPER LIBRARY

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



Location: http\MHTTPFilterCreationCallback.h

Class MHTTPFilterCreationCallback

class MHTTPFilterCreationCallback

Support

Supported from 7.0

Description

Abstract callback interface that allows the client to alter the installed filters.

The session calls ConfigureSessionFiltersL() when the construction of the session is complete. The callback passes a TFilterConfigurationIterator object that allows the client to check and modify the filters that are installed.

Defined in MHTTPFilterCreationCallback:
ConfigureSessionFiltersL()


Member Functions


ConfigureSessionFiltersL()

virtual void ConfigureSessionFiltersL(TFilterConfigurationIterator* aFilterConfigIter)=0;

Support

Supported from 7.0

Description

Called by the session when the session construction is complete.

This passes a TFilterConfigurationIterator object back to the client, which allows the client to install or install selected filters.

Parameters

TFilterConfigurationIterator* aFilterConfigIter

Pointer to the filter configuration iterator. Ownership of the object remains with the session and is not transferred.