JAIN-SIP 2.0 API

Uses of Interface
javax.sip.Dialog

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

Uses of Dialog in javax.sip
 

Methods in javax.sip that return Dialog
 Dialog ClientTransaction.getDefaultDialog()
          Get the default dialog that was originally assigned to the client transaction.
 Dialog Transaction.getDialog()
          Gets the dialog object of this transaction object.
 Dialog ResponseEvent.getDialog()
          Gets the Dialog associated with the event or null if no dialog exists.
 Dialog RequestEvent.getDialog()
          Gets the dialog with which this Event is associated.
 Dialog DialogTimeoutEvent.getDialog()
          Gets the Dialog associated with the event.
 Dialog DialogTerminatedEvent.getDialog()
          Gets the Dialog associated with the event.
 Dialog SipStack.getJoinDialog(JoinHeader joinHeader)
          Get the dialog in the Join header.
 Dialog SipProvider.getNewDialog(Transaction transaction)
          Create a dialog for the given transaction.
 Dialog SipStack.getReplacesDialog(ReplacesHeader replacesHeader)
          Get the ReferedTo dialog in the Replaces header.
 

Methods in javax.sip that return types with arguments of type Dialog
 Collection<Dialog> SipStack.getDialogs()
          Get the collection of dialogs currently in the Dialog table.
 

Constructors in javax.sip with parameters of type Dialog
DialogTerminatedEvent(Object source, Dialog dialog)
          Constructs a DialogTerminatedEvent to indicate a dialog timeout.
DialogTimeoutEvent(Object source, Dialog dialog, DialogTimeoutEvent.Reason reason)
          Constructs a DialogTerminatedEvent to indicate a dialog timeout.
RequestEvent(Object source, ListeningPoint listeningPoint, ServerTransaction serverTransaction, Dialog dialog, Request request)
          Constructs a RequestEvent encapsulating the Request that has been received by the underlying SipProvider.
ResponseEvent(Object source, ListeningPoint listeningPoint, ClientTransaction clientTransaction, Dialog dialog, Response response)
          Constructs a ResponseEvent encapsulating the Response that has been received by the underlying SipProvider.
 


JAIN-SIP 2.0 API


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