NIST SIP Parser and Stack (v1.2) API

Uses of Class
javax.sip.Timeout

Packages that use Timeout
javax.sip This package contains the main interfaces that model the JAIN SIP architectute from both an application developer and a stack vendor view. 
 

Uses of Timeout in javax.sip
 

Fields in javax.sip declared as Timeout
static Timeout Timeout.RETRANSMIT
          This constant value indicates the "Retransmit" timeout.
static Timeout Timeout.TRANSACTION
          This constant value indicates the "Transaction" timeout.
 

Methods in javax.sip that return Timeout
 Timeout TimeoutEvent.getTimeout()
          Gets the event type of this TimeoutEvent.
 Timeout Timeout.getObject(int timeout)
          This method returns the object value of the Timeout
 

Constructors in javax.sip with parameters of type Timeout
TimeoutEvent(Object source, ServerTransaction serverTransaction, Timeout timeout)
          Constructs a TimeoutEvent to indicate a server retransmission or transaction timeout.
TimeoutEvent(Object source, ClientTransaction clientTransaction, Timeout timeout)
          Constructs a TimeoutEvent to indicate a client retransmission or transaction timeout.
 


NIST SIP Parser and Stack (v1.2) API

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