NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sip.stack
Class SIPDialog.ReInviteSender

java.lang.Object
  extended by 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).


Constructor Summary
SIPDialog.ReInviteSender(ClientTransaction ctx)
           
 
Method Summary
 void run()
           
 void terminate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SIPDialog.ReInviteSender

public SIPDialog.ReInviteSender(ClientTransaction ctx)
Method Detail

terminate

public void terminate()

run

public void run()
Specified by:
run in interface Runnable

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.