MHTTPSessionEventCallback Class Reference

class MHTTPSessionEventCallback

The per-session callback for receiving session event callbacks.

Public Member Functions
TInt MHFSessionRunError(TInt, const THTTPSessionEvent &)
voidMHFSessionRunL(const THTTPSessionEvent &)

Member Functions Documentation

MHFSessionRunError(TInt, const THTTPSessionEvent &)

TInt MHFSessionRunError(TIntaError,
const THTTPSessionEvent &aEvent
)[pure virtual]

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.

Parameters

TInt aErrorThe leave code that RunL left with.
const THTTPSessionEvent & aEventThe Event that was being processed.

MHFSessionRunL(const THTTPSessionEvent &)

voidMHFSessionRunL(const THTTPSessionEvent &aEvent)[pure virtual]

Called when the filters registration conditions are satisfied for events that occur on the session. Any leaves must be handled by the appropriate MHFRunError.

Parameters

const THTTPSessionEvent & aEventThe session event that has occured.