Uses of Interface
javax.sip.Dialog

Packages that use Dialog
examples.noautodialog   
examples.publish   
examples.refer   
examples.subsnotify   
gov.nist.javax.sip This is the root of the JAIN implementation of SIP. 
gov.nist.javax.sip.stack This package implements the main protocol abstractions that are defined by the SIP RFC 3261. 
javax.sip This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. 
performance.b2bua   
test.load.subsnotify   
test.tck.msgflow.callflows.refer   
test.tck.msgflow.callflows.subsnotify   
test.unit.gov.nist.javax.sip.stack.dialog.b2bua   
test.unit.gov.nist.javax.sip.stack.dialog.b2bua.reinvite   
 

Uses of Dialog in examples.noautodialog
 

Methods in examples.noautodialog with parameters of type Dialog
 void Shootist.sendBye(Dialog dialog)
           
 

Uses of Dialog in examples.publish
 

Fields in examples.publish declared as Dialog
protected  Dialog Notifier.dialog
           
 

Uses of Dialog in examples.refer
 

Fields in examples.refer declared as Dialog
protected  Dialog Referee.dialog
           
 

Uses of Dialog in examples.subsnotify
 

Fields in examples.subsnotify declared as Dialog
protected  Dialog Notifier.dialog
           
 

Uses of Dialog in gov.nist.javax.sip
 

Subinterfaces of Dialog in gov.nist.javax.sip
 interface DialogExt
          Extensions for Next specification revision.
 

Methods in gov.nist.javax.sip that return Dialog
 Dialog ClientTransactionExt.getDefaultDialog()
          Get the default dialog that was originally assigned to the client transaction.
 Dialog DialogTimeoutEvent.getDialog()
          Gets the Dialog associated with the event.
 Dialog SipStackExt.getJoinDialog(JoinHeader joinHeader)
          Get the dialog in the Join header.
 Dialog SipProviderImpl.getNewDialog(Transaction transaction)
           
 Dialog SipStackExt.getReplacesDialog(ReplacesHeader replacesHeader)
          Get the ReferedTo dialog in the Replaces header.
 

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

Constructors in gov.nist.javax.sip with parameters of type Dialog
DialogTimeoutEvent(Object source, Dialog dialog, DialogTimeoutEvent.Reason reason)
          Constructs a DialogTerminatedEvent to indicate a dialog timeout.
RequestEventExt(Object source, ServerTransaction serverTransaction, Dialog dialog, Request request)
           
ResponseEventExt(Object source, ClientTransactionExt clientTransaction, Dialog dialog, Response response)
           
 

Uses of Dialog in gov.nist.javax.sip.stack
 

Classes in gov.nist.javax.sip.stack that implement Dialog
 class SIPDialog
          Tracks dialogs.
 

Methods in gov.nist.javax.sip.stack that return Dialog
abstract  Dialog SIPTransaction.getDialog()
          Gets the dialog object of this Transaction object.
 Dialog SIPServerTransaction.getDialog()
           
 Dialog SIPClientTransaction.getDialog()
           
 Dialog SIPTransactionStack.getJoinDialog(JoinHeader joinHeader)
          Get the Join Dialog from the stack.
 Dialog SIPTransactionStack.getReplacesDialog(ReplacesHeader replacesHeader)
          Get the Replaced Dialog from the stack.
 

Methods in gov.nist.javax.sip.stack that return types with arguments of type Dialog
 Collection<Dialog> SIPTransactionStack.getDialogs()
          This method is slated for addition to the next spec revision.
 Collection<Dialog> SIPTransactionStack.getDialogs(DialogState state)
           
 

Uses of Dialog in javax.sip
 

Methods in javax.sip that return Dialog
 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 DialogTerminatedEvent.getDialog()
          Gets the Dialog associated with the event.
 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.
 

Uses of Dialog in performance.b2bua
 

Methods in performance.b2bua that return Dialog
 Dialog TestCall.getIncomingDialog()
           
 Dialog TestCall.getOutgoingDialog()
           
 

Uses of Dialog in test.load.subsnotify
 

Methods in test.load.subsnotify with parameters of type Dialog
 void Notifier.sendNotify(Dialog dialog)
           
 

Uses of Dialog in test.tck.msgflow.callflows.refer
 

Fields in test.tck.msgflow.callflows.refer declared as Dialog
protected  Dialog Referee.dialog
           
 

Uses of Dialog in test.tck.msgflow.callflows.subsnotify
 

Fields in test.tck.msgflow.callflows.subsnotify declared as Dialog
protected  Dialog Notifier.dialog
           
 

Uses of Dialog in test.unit.gov.nist.javax.sip.stack.dialog.b2bua
 

Methods in test.unit.gov.nist.javax.sip.stack.dialog.b2bua that return Dialog
 Dialog BackToBackUserAgent.getPeer(Dialog dialog)
           
 

Methods in test.unit.gov.nist.javax.sip.stack.dialog.b2bua with parameters of type Dialog
 void BackToBackUserAgent.addDialog(Dialog dialog)
           
 Dialog BackToBackUserAgent.getPeer(Dialog dialog)
           
 

Uses of Dialog in test.unit.gov.nist.javax.sip.stack.dialog.b2bua.reinvite
 

Methods in test.unit.gov.nist.javax.sip.stack.dialog.b2bua.reinvite that return Dialog
 Dialog BackToBackUserAgent.getPeer(Dialog dialog)
           
 

Methods in test.unit.gov.nist.javax.sip.stack.dialog.b2bua.reinvite with parameters of type Dialog
 void BackToBackUserAgent.addDialog(Dialog dialog)
           
 Dialog BackToBackUserAgent.getPeer(Dialog dialog)
           
 



Copyright © 2012. All Rights Reserved.