MHTTPSessionEventCallback Class Reference
#include
<mw/http/mhttpsessioneventcallback.h>
class MHTTPSessionEventCallback |
Detailed Description
The per-session callback for receiving session event callbacks.
Member Function Documentation
MHFSessionRunError ( TInt, const THTTPSessionEvent & )
Called when MHFRunL leaves from a session event. This works in the same way as CActve::RunError If you don't completely handle the error, a panic will occur.
Parameter | Description | aError | The leave code that RunL left with. |
aEvent | The Event that was being processed. |
Returns: KErrNone if the error has been cancelled or the code of the continuing error otherwise.
MHFSessionRunL ( const THTTPSessionEvent & )
Called when the filters registration conditions are satisfied for events that occur on the session. Any leaves must be handled by the appropriate MHFRunError.
Parameter | Description | aEvent | The session event that has occured. |