class RHTTPFilterCollection |
A Handle on the filter collection in a session. It provides facilities for adding and deleting filters and for querying what filters are installed. RHTTPSession::FilterCollection
Public Member Functions | |
---|---|
RHTTPFilterCollection() | |
IMPORT_C void | AddFilterL(MHTTPFilter &, THTTPEvent, RStringF, TInt, TInt, RStringF) |
IMPORT_C void | AddFilterL(MHTTPFilter &, THTTPEvent, TInt, RStringF) |
IMPORT_C TBool | CanChangeFilters() |
IMPORT_C THTTPFilterIterator | Query(RStringF) |
IMPORT_C void | RemoveFilter(RStringF) |
RHTTPSession | Session() |
Private Attributes | |
---|---|
CHTTPSession * | iImplementation |
IMPORT_C void | AddFilterL | ( | MHTTPFilter & | aFilter, |
THTTPEvent | aEvent, | |||
RStringF | aHeader, | |||
TInt | aStatusCode, | |||
TInt | aPosition, | |||
RStringF | aName | |||
) |
MHTTPFilter & aFilter | |
THTTPEvent aEvent | |
RStringF aHeader | |
TInt aStatusCode | |
TInt aPosition | |
RStringF aName |
IMPORT_C void | AddFilterL | ( | MHTTPFilter & | aFilter, |
THTTPEvent | aEvent, | |||
TInt | aPosition, | |||
RStringF | aName | |||
) |
MHTTPFilter & aFilter | |
THTTPEvent aEvent | |
TInt aPosition | |
RStringF aName |