Home
last modified time | relevance | path

Searched refs:IOExceptionEvent (Results 1 – 5 of 5) sorted by relevance

/external/nist-sip/java/javax/sip/
DIOExceptionEvent.java5 public class IOExceptionEvent extends EventObject { class
10 public IOExceptionEvent(Object source, String host, int port, in IOExceptionEvent() method in IOExceptionEvent
DSipListener.java5 void processIOException(IOExceptionEvent exceptionEvent); in processIOException()
/external/nist-sip/java/gov/nist/javax/sip/
DEventScanner.java135 if (!(sipEvent instanceof IOExceptionEvent)) { in deliverEvent()
395 } else if (sipEvent instanceof IOExceptionEvent) { in deliverEvent()
398 sipListener.processIOException((IOExceptionEvent) sipEvent); in deliverEvent()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransaction.java53 import javax.sip.IOExceptionEvent;
1123 IOExceptionEvent exceptionEvent = new IOExceptionEvent(this, host, in raiseIOExceptionEvent()
DSIPDialog.java82 import javax.sip.IOExceptionEvent;
669 IOExceptionEvent ioError = new IOExceptionEvent(this, host, port, protocol); in raiseIOException()