MSIPResponseSender Class Reference

class MSIPResponseSender

An interface implementing the sending of response within server transaction.

n/a

Constructor & Destructor Documentation

~MSIPResponseSender()

~MSIPResponseSender ( ) [inline, virtual]

destructor

Member Functions Documentation

Dialog()

CSIPDialogImplementation * Dialog ( ) const [pure virtual]

Returns the dialog.

SendResponseL(CSIPClientConnection &, const CSIPResponseElements &, TUint32, TBool, TBool)

void SendResponseL ( CSIPClientConnection & aConnection,
const CSIPResponseElements & aElements,
TUint32 aRequestId,
TBool aAffectsDialogState,
TBool aTargetRefresh
) [pure virtual]

Sends a SIP response using the provided client connection.

Parameters

CSIPClientConnection & aConnection SIP client connection to use for sending
const CSIPResponseElements & aElements Response elements
TUint32 aRequestId RequestId
TBool aAffectsDialogState ETrue if the transaction which is sending the response, has an effect on the dialog state. EFalse otherwise. Has only meaning if the transaction is associated to a dialog.
TBool aTargetRefresh ETrue if the request to which the response is sent, is a target refresh request.