import "zapISipNonInviteRC.idl";
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. | |
|
|
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. |
|
|
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. |
|
|
True if a request has been send and no final response has been received.
|
|
|
The dialog associated with this request. Will be null if this is a request outside of a dialog. |
|
|
Request object that will be sent out by sendRequest(). Request client users should ammend the request as appropriate before calling sendRequest(). |
|
|
Last response received by this RC.
|
1.4.4