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

Uses of Class
javax.sip.Timeout

Packages that use Timeout
javax.sip This package contains the main interfaces that model the architecture 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 Timeout.getObject(int timeout)
          This method returns the object value of the Timeout
 Timeout TimeoutEvent.getTimeout()
          Gets the event type of this TimeoutEvent.
 

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


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.