JAIN-SIP 2.0 API

Uses of Class
javax.sip.DialogTimeoutEvent.Reason

Packages that use DialogTimeoutEvent.Reason
javax.sip This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. 
 

Uses of DialogTimeoutEvent.Reason in javax.sip
 

Methods in javax.sip that return DialogTimeoutEvent.Reason
 DialogTimeoutEvent.Reason DialogTimeoutEvent.getReason()
          The reason for the Dialog Timeout Event being delivered to the application.
static DialogTimeoutEvent.Reason DialogTimeoutEvent.Reason.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DialogTimeoutEvent.Reason[] DialogTimeoutEvent.Reason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in javax.sip with parameters of type DialogTimeoutEvent.Reason
DialogTimeoutEvent(Object source, Dialog dialog, DialogTimeoutEvent.Reason reason)
          Constructs a DialogTerminatedEvent to indicate a dialog timeout.
 


JAIN-SIP 2.0 API


See conditions of use.
Submit a bug report or feature request.