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.
|
Modifier and Type | Method and Description |
---|---|
DialogTimeoutEvent.Reason |
DialogTimeoutEvent.getReason()
The reason for the Dialog Timeout Event being delivered to the application.
|
static DialogTimeoutEvent.Reason |
DialogTimeoutEvent.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DialogTimeoutEvent.Reason[] |
DialogTimeoutEvent.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DialogTimeoutEvent(Object source,
Dialog dialog,
DialogTimeoutEvent.Reason reason)
Constructs a DialogTerminatedEvent to indicate a dialog
timeout.
|
Constructor and Description |
---|
SIPDialogErrorEvent(SIPDialog sourceDialog,
DialogTimeoutEvent.Reason reason) |
SIPDialogErrorEvent(SIPDialog sourceDialog,
SIPClientTransaction clientTransaction,
DialogTimeoutEvent.Reason reason) |
Copyright © 2015. All Rights Reserved.