public class SIPDialogErrorEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
static int |
DIALOG_ACK_NOT_RECEIVED_TIMEOUT
This event ID indicates that the transaction has timed out.
|
static int |
DIALOG_ACK_NOT_SENT_TIMEOUT
This event ID indicates that there was an error sending a message using
the underlying transport.
|
static int |
DIALOG_ERROR_INTERNAL_COULD_NOT_TAKE_ACK_SEM |
static int |
DIALOG_REINVITE_TIMEOUT
This event ID indicates a timeout occured waiting to send re-INVITE ( for B2BUA)
|
static int |
EARLY_STATE_TIMEOUT |
source
Constructor and Description |
---|
SIPDialogErrorEvent(SIPDialog sourceDialog,
DialogTimeoutEvent.Reason reason) |
SIPDialogErrorEvent(SIPDialog sourceDialog,
SIPClientTransaction clientTransaction,
DialogTimeoutEvent.Reason reason) |
Modifier and Type | Method and Description |
---|---|
SIPClientTransaction |
getClientTransaction() |
int |
getErrorID()
Returns the ID of the error.
|
void |
setClientTransaction(SIPClientTransaction clientTransaction) |
getSource, toString
public static final int DIALOG_ACK_NOT_RECEIVED_TIMEOUT
public static final int DIALOG_ACK_NOT_SENT_TIMEOUT
public static final int DIALOG_REINVITE_TIMEOUT
public static final int EARLY_STATE_TIMEOUT
public static final int DIALOG_ERROR_INTERNAL_COULD_NOT_TAKE_ACK_SEM
public SIPDialogErrorEvent(SIPDialog sourceDialog, DialogTimeoutEvent.Reason reason)
public SIPDialogErrorEvent(SIPDialog sourceDialog, SIPClientTransaction clientTransaction, DialogTimeoutEvent.Reason reason)
public int getErrorID()
public SIPClientTransaction getClientTransaction()
public void setClientTransaction(SIPClientTransaction clientTransaction)
Copyright © 2016. All Rights Reserved.