Searched refs:IOExceptionEvent (Results 1 – 5 of 5) sorted by relevance
5 public class IOExceptionEvent extends EventObject { class10 public IOExceptionEvent(Object source, String host, int port, in IOExceptionEvent() method in IOExceptionEvent
5 void processIOException(IOExceptionEvent exceptionEvent); in processIOException()
135 if (!(sipEvent instanceof IOExceptionEvent)) { in deliverEvent()395 } else if (sipEvent instanceof IOExceptionEvent) { in deliverEvent()398 sipListener.processIOException((IOExceptionEvent) sipEvent); in deliverEvent()
53 import javax.sip.IOExceptionEvent;1123 IOExceptionEvent exceptionEvent = new IOExceptionEvent(this, host, in raiseIOExceptionEvent()
82 import javax.sip.IOExceptionEvent;669 IOExceptionEvent ioError = new IOExceptionEvent(this, host, port, protocol); in raiseIOException()