gov.nist.javax.sip.stack
Class SIPDialog.ReInviteSender
java.lang.Object
gov.nist.javax.sip.stack.SIPDialog.ReInviteSender
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- SIPDialog
public class SIPDialog.ReInviteSender
- extends Object
- implements Runnable
This task waits till a pending ACK has been recorded and then sends out a re-INVITE. This
is to prevent interleaving INVITEs ( which will result in a 493 from the UA that receives
the out of order INVITE).
SIPDialog.ReInviteSender
public SIPDialog.ReInviteSender(ClientTransaction ctx)
terminate
public void terminate()
run
public void run()
- Specified by:
run
in interface Runnable
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.