NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sip
Class IOExceptionEventExt

java.lang.Object
  extended by java.util.EventObject
      extended by javax.sip.IOExceptionEvent
          extended by gov.nist.javax.sip.IOExceptionEventExt
All Implemented Interfaces:
Serializable

public class IOExceptionEventExt
extends IOExceptionEvent

Created: 09.09.11 15:16

Author:
: Alex Vinogradov
See Also:
Serialized Form

Nested Class Summary
static class IOExceptionEventExt.Reason
           
 
Constructor Summary
IOExceptionEventExt(Object source, IOExceptionEventExt.Reason reason, String myHost, int myPort, String peerHost, int peerPort, String transport)
           
 
Method Summary
 String getLocalHost()
           
 int getLocalPort()
           
 String getPeerHost()
           
 int getPeerPort()
           
 IOExceptionEventExt.Reason getReason()
          The reason for the Dialog Timeout Event being delivered to the application.
 String toString()
           
 
Methods inherited from class javax.sip.IOExceptionEvent
getHost, getPort, getTransport
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IOExceptionEventExt

public IOExceptionEventExt(Object source,
                           IOExceptionEventExt.Reason reason,
                           String myHost,
                           int myPort,
                           String peerHost,
                           int peerPort,
                           String transport)
Method Detail

getLocalHost

public String getLocalHost()

getLocalPort

public int getLocalPort()

getPeerHost

public String getPeerHost()

getPeerPort

public int getPeerPort()

getReason

public IOExceptionEventExt.Reason getReason()
The reason for the Dialog Timeout Event being delivered to the application.

Returns:
the reason for the timeout event.

toString

public String toString()
Overrides:
toString in class EventObject

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.