Package net.java.slee.resource.sip
Interface DialogTimeoutEvent
-
public interface DialogTimeoutEvent
This event is fired on a dialog activity when the RA Entity determines that the dialog has expired. This expiry behaviour is implementation-specific.It is recommended that RA implementations use RFC4028 (SIP Session Timers) to reliably determine when a dialog is no longer in use.
- See Also:
- RFC4028
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DialogActivity
getDialog()
Get the dialog that has expired.
-
-
-
Method Detail
-
getDialog
DialogActivity getDialog()
Get the dialog that has expired. The dialog will be in theTERMINATED
state, and so cannot be used for sending requests.- Returns:
- a
DialogActivity
object.
-
-