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

Uses of Interface
javax.sip.Dialog

Packages that use Dialog
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. 
 

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 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.
 

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
 Dialog SIPClientTransaction.getDialog()
           
 Dialog SIPServerTransaction.getDialog()
           
abstract  Dialog SIPTransaction.getDialog()
          Gets the dialog object of this Transaction object.
 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 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.
 


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.