Searched refs:SIPTransactionErrorEvent (Results 1 – 8 of 8) sorted by relevance
42 public class SIPTransactionErrorEvent extends EventObject { class76 SIPTransactionErrorEvent( in SIPTransactionErrorEvent() method in SIPTransactionErrorEvent
44 public void transactionErrorEvent(SIPTransactionErrorEvent transactionErrorEvent); in transactionErrorEvent()
1135 raiseErrorEvent(SIPTransactionErrorEvent.TRANSPORT_ERROR); in fireRetransmissionTimer()1150 raiseErrorEvent(SIPTransactionErrorEvent.TRANSPORT_ERROR); in fireReliableResponseRetransmissionTimer()1184 raiseErrorEvent(SIPTransactionErrorEvent.TIMEOUT_ERROR); in fireTimeoutTimer()1206 raiseErrorEvent(SIPTransactionErrorEvent.TIMEOUT_ERROR); in fireTimeoutTimer()1408 raiseErrorEvent(SIPTransactionErrorEvent.TRANSPORT_ERROR); in sendResponse()
794 SIPTransactionErrorEvent newErrorEvent; in raiseErrorEvent()801 newErrorEvent = new SIPTransactionErrorEvent(this, errorEventID); in raiseErrorEvent()816 if (errorEventID != SIPTransactionErrorEvent.TIMEOUT_RETRANSMIT) { in raiseErrorEvent()
542 raiseErrorEvent(SIPTransactionErrorEvent.TRANSPORT_ERROR); in processResponse()1034 raiseErrorEvent(SIPTransactionErrorEvent.TRANSPORT_ERROR); in fireRetransmissionTimer()1074 raiseErrorEvent(SIPTransactionErrorEvent.TIMEOUT_ERROR); in fireTimeoutTimer()
1603 public synchronized void transactionErrorEvent(SIPTransactionErrorEvent transactionErrorEvent) { in transactionErrorEvent()1606 if (transactionErrorEvent.getErrorID() == SIPTransactionErrorEvent.TRANSPORT_ERROR) { in transactionErrorEvent()
420 transaction.raiseErrorEvent(SIPTransactionErrorEvent.TIMEOUT_ERROR); in runTask()
47 import gov.nist.javax.sip.stack.SIPTransactionErrorEvent;901 SIPTransactionErrorEvent transactionErrorEvent) { in transactionErrorEvent()905 if (transactionErrorEvent.getErrorID() == SIPTransactionErrorEvent.TRANSPORT_ERROR) { in transactionErrorEvent()930 } else if (transactionErrorEvent.getErrorID() == SIPTransactionErrorEvent.TIMEOUT_ERROR) { in transactionErrorEvent()951 … } else if (transactionErrorEvent.getErrorID() == SIPTransactionErrorEvent.TIMEOUT_RETRANSMIT) { in transactionErrorEvent()