|
|
|
class THTTPFilterRegistration;
A registration of a filter in the filter queue
Defined in THTTPFilterRegistration:
THTTPFilterRegistration()Default constructor. THTTPFilterRegistration(MHTTPFilter &,THTTPEvent,RStringTokenF,TInt,TInt,RStringTokenF,TInt)Constructor. iEventThe event it's interested in (or any). iFilterThe filter. iHandleThe handle of the filter. iHeaderThe header it's interested in (or any). iNameThe name of the filter. iPositionThe position. iStatusThe status it's interested in (or any). inline THTTPFilterRegistration(MHTTPFilter &aFilter, THTTPEvent aEvent, RStringTokenF aHeader, TInt aStatusCode, TInt aPosition,
RStringTokenF aName, TInt aHandle);
Constructor.
|
TInt iHandle;
The handle of the filter.