HomeSort by relevance Sort by last modified time
    Searched refs:SIPTransactionErrorEvent (Results 1 - 8 of 8) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionEventListener.java 44 public void transactionErrorEvent(SIPTransactionErrorEvent transactionErrorEvent);
SIPTransactionErrorEvent.java 42 public class SIPTransactionErrorEvent extends EventObject {
76 SIPTransactionErrorEvent(
SIPServerTransaction.java     [all...]
SIPTransaction.java 784 * Creates a SIPTransactionErrorEvent and sends it to all of the listeners
794 SIPTransactionErrorEvent newErrorEvent;
801 newErrorEvent = new SIPTransactionErrorEvent(this, errorEventID);
816 if (errorEventID != SIPTransactionErrorEvent.TIMEOUT_RETRANSMIT) {
    [all...]
SIPClientTransaction.java 542 raiseErrorEvent(SIPTransactionErrorEvent.TRANSPORT_ERROR);
    [all...]
SIPTransactionStack.java     [all...]
SIPDialog.java 420 transaction.raiseErrorEvent(SIPTransactionErrorEvent.TIMEOUT_ERROR);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 47 import gov.nist.javax.sip.stack.SIPTransactionErrorEvent;
    [all...]

Completed in 282 milliseconds