Package | Description |
---|---|
android.gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
android.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
android.javax.sip |
This package contains the main interfaces that model the architecture
from both an application developer and a stack vendor view.
|
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 | 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 |
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 |
DialogTerminatedEvent.getDialog()
Gets the Dialog associated with the event.
|
Dialog |
RequestEvent.getDialog()
Gets the dialog with which this Event is associated.
|
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.
|
Copyright © 2016. All Rights Reserved.