Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

zapISipNonInviteRC Interface Reference
[ZAP SIP UA layer]

import "zapISipNonInviteRC.idl";

List of all members.

Public Member Functions

void sendRequest (in zapISipNonInviteRCListener listener)
 Send the current request.
zapISipDialog createDialog ()
 Create a dialog based on the request and response.

Public Attributes

attribute zapISipRequest request
 Request object that will be sent out by sendRequest().
readonly attribute zapISipResponse response
 Last response received by this RC.
readonly attribute zapISipDialog dialog
 The dialog associated with this request.
readonly attribute boolean active
 True if a request has been send and no final response has been received.


Member Function Documentation

zapISipDialog zapISipNonInviteRC::createDialog  ) 
 

Create a dialog based on the request and response.

This must only be called after the request has been sent and a suitable response received and only if there isn't a dialog associated with this RC already.

Will return null if the RC hasn't received a suitable reply yet.

void zapISipNonInviteRC::sendRequest in zapISipNonInviteRCListener  listener  ) 
 

Send the current request.

The request client user may call this repeatedly with updated requests afer receiving final responses.

For requests outside of a dialog, the CSeq number will automatically be incremented by 1 for each request (RFC3261 8.1.3.5). For request within a dialog, CSeq will be set to the incremented local sequence number.


Member Data Documentation

readonly attribute boolean zapISipNonInviteRC::active
 

True if a request has been send and no final response has been received.

readonly attribute zapISipDialog zapISipNonInviteRC::dialog
 

The dialog associated with this request.

Will be null if this is a request outside of a dialog.

attribute zapISipRequest zapISipNonInviteRC::request
 

Request object that will be sent out by sendRequest().

Request client users should ammend the request as appropriate before calling sendRequest().

readonly attribute zapISipResponse zapISipNonInviteRC::response
 

Last response received by this RC.


The documentation for this interface was generated from the following file:
Generated on Fri Nov 21 12:00:06 2008 for Mozilla ZAP by  doxygen 1.4.4