public class SIPTransactionErrorEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
static int |
TIMEOUT_ERROR
This event ID indicates that the transaction has timed out.
|
static int |
TIMEOUT_RETRANSMIT
Retransmit signal to application layer.
|
static int |
TRANSPORT_ERROR
This event ID indicates that there was an error sending a message using
the underlying transport.
|
source
Modifier and Type | Method and Description |
---|---|
int |
getErrorID()
Returns the ID of the error.
|
getSource, toString
public static final int TIMEOUT_ERROR
public static final int TRANSPORT_ERROR
public static final int TIMEOUT_RETRANSMIT
Copyright © 2016. All Rights Reserved.