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 DialogTerminatedEvent.getDialog()
          Gets the Dialog associated with the event.
 Dialog RequestEvent.getDialog()
          Gets the dialog with which this Event is associated.
 Dialog ResponseEvent.getDialog()
          Gets the Dialog associated with the event or null if no dialog exists.
 Dialog Transaction.getDialog()
          Gets the dialog object of this transaction object.
 Dialog SipProvider.getNewDialog(Transaction transaction)
          Create a dialog for the given transaction.
 

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



Copyright © 2012. All Rights Reserved.