Package | Description |
---|---|
android.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
android.gov.nist.javax.sip.stack.timers |
Modifier and Type | Class and Description |
---|---|
class |
SIPClientTransactionImpl.TransactionTimer |
protected class |
SIPTransactionStack.PingTimer |
class |
SocketTimeoutAuditor |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultSipTimer.cancel(SIPStackTimerTask task) |
boolean |
ScheduledExecutorSipTimer.cancel(SIPStackTimerTask task) |
boolean |
AffinitityExecutorSipTimer.cancel(SIPStackTimerTask task) |
boolean |
SipTimer.cancel(SIPStackTimerTask task)
cancel a previously scheduled task
|
boolean |
DefaultSipTimer.schedule(SIPStackTimerTask task,
long delay) |
boolean |
ScheduledExecutorSipTimer.schedule(SIPStackTimerTask task,
long delay) |
boolean |
AffinitityExecutorSipTimer.schedule(SIPStackTimerTask task,
long delay) |
boolean |
SipTimer.schedule(SIPStackTimerTask task,
long delay)
Schedule a new SIPStackTimerTask after the specified delay
|
boolean |
DefaultSipTimer.scheduleWithFixedDelay(SIPStackTimerTask task,
long delay,
long period) |
boolean |
ScheduledExecutorSipTimer.scheduleWithFixedDelay(SIPStackTimerTask task,
long delay,
long period) |
boolean |
AffinitityExecutorSipTimer.scheduleWithFixedDelay(SIPStackTimerTask task,
long delay,
long period) |
boolean |
SipTimer.scheduleWithFixedDelay(SIPStackTimerTask task,
long delay,
long period)
Schedule a new SIPStackTimerTask after the specified delay
|
Copyright © 2018. All Rights Reserved.