Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
void |
Shootist.sendBye(Dialog dialog) |
Modifier and Type | Field and Description |
---|---|
protected Dialog |
Notifier.dialog |
Modifier and Type | Field and Description |
---|---|
protected Dialog |
Referee.dialog |
Modifier and Type | Field and Description |
---|---|
protected Dialog |
Notifier.dialog |
Modifier and Type | Interface and Description |
---|---|
interface |
DialogExt
Extensions for Next specification revision.
|
Modifier and Type | Method and Description |
---|---|
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 |
DialogExt.getOriginalDialog() |
Dialog |
SipStackExt.getReplacesDialog(ReplacesHeader replacesHeader)
Get the ReferedTo dialog in the Replaces header.
|
Modifier and Type | Method and Description |
---|---|
Collection<Dialog> |
SipStackExt.getDialogs()
Get the collection of dialogs currently in the Dialog table.
|
Constructor and Description |
---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
SIPDialog
Tracks dialogs.
|
Modifier and Type | Method and Description |
---|---|
Dialog |
SIPServerTransaction.getDialog() |
Dialog |
SIPClientTransaction.getDialog() |
Dialog |
SIPTransaction.getDialog()
Gets the dialog object of this Transaction object.
|
Dialog |
SIPClientTransactionImpl.getDialog() |
abstract Dialog |
SIPTransactionImpl.getDialog() |
Dialog |
SIPServerTransactionImpl.getDialog() |
Dialog |
SIPTransactionStack.getJoinDialog(JoinHeader joinHeader)
Get the Join Dialog from the stack.
|
Dialog |
SIPDialog.getOriginalDialog() |
Dialog |
SIPTransactionStack.getReplacesDialog(ReplacesHeader replacesHeader)
Get the Replaced Dialog from the stack.
|
Modifier and Type | Method and Description |
---|---|
Collection<Dialog> |
SIPTransactionStack.getDialogs()
This method is slated for addition to the next spec revision.
|
Collection<Dialog> |
SIPTransactionStack.getDialogs(DialogState state) |
Modifier and Type | Method and Description |
---|---|
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 |
DialogTerminatedEvent.getDialog()
Gets the Dialog associated with the event.
|
Dialog |
Transaction.getDialog()
Gets the dialog object of this transaction object.
|
Dialog |
SipProvider.getNewDialog(Transaction transaction)
Create a dialog for the given transaction.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
Dialog |
TestCall.getIncomingDialog() |
Dialog |
TestCall.getOutgoingDialog() |
Modifier and Type | Method and Description |
---|---|
void |
Notifier.sendNotify(Dialog dialog) |
Modifier and Type | Field and Description |
---|---|
protected Dialog |
Referee.dialog |
Modifier and Type | Field and Description |
---|---|
protected Dialog |
Notifier.dialog |
Modifier and Type | Method and Description |
---|---|
Dialog |
BackToBackUserAgent.getPeer(Dialog dialog) |
Modifier and Type | Method and Description |
---|---|
void |
BackToBackUserAgent.addDialog(Dialog dialog) |
Dialog |
BackToBackUserAgent.getPeer(Dialog dialog) |
Modifier and Type | Method and Description |
---|---|
Dialog |
BackToBackUserAgent.getPeer(Dialog dialog) |
Modifier and Type | Method and Description |
---|---|
void |
BackToBackUserAgent.addDialog(Dialog dialog) |
Dialog |
BackToBackUserAgent.getPeer(Dialog dialog) |
Copyright © 2016. All Rights Reserved.