Uses of Class
gov.nist.javax.sip.stack.SIPStackTimerTask

Packages that use SIPStackTimerTask
gov.nist.javax.sip.stack This package implements the main protocol abstractions that are defined by the SIP RFC 3261. 
gov.nist.javax.sip.stack.timers   
 

Uses of SIPStackTimerTask in gov.nist.javax.sip.stack
 

Subclasses of SIPStackTimerTask in gov.nist.javax.sip.stack
 class SIPClientTransactionImpl.TransactionTimer
           
protected  class SIPTransactionStack.PingTimer
           
 

Uses of SIPStackTimerTask in gov.nist.javax.sip.stack.timers
 

Methods in gov.nist.javax.sip.stack.timers with parameters of type SIPStackTimerTask
 boolean DefaultSipTimer.cancel(SIPStackTimerTask task)
           
 boolean SipTimer.cancel(SIPStackTimerTask task)
          cancel a previously scheduled task
 boolean ScheduledExecutorSipTimer.cancel(SIPStackTimerTask task)
           
 boolean DefaultSipTimer.schedule(SIPStackTimerTask task, long delay)
           
 boolean SipTimer.schedule(SIPStackTimerTask task, long delay)
          Schedule a new SIPStackTimerTask after the specified delay
 boolean ScheduledExecutorSipTimer.schedule(SIPStackTimerTask task, long delay)
           
 boolean DefaultSipTimer.scheduleWithFixedDelay(SIPStackTimerTask task, long delay, long period)
           
 boolean SipTimer.scheduleWithFixedDelay(SIPStackTimerTask task, long delay, long period)
          Schedule a new SIPStackTimerTask after the specified delay
 boolean ScheduledExecutorSipTimer.scheduleWithFixedDelay(SIPStackTimerTask task, long delay, long period)
           
 



Copyright © 2014. All Rights Reserved.