gov.nist.javax.sip
Class IOExceptionEventExt
java.lang.Object
java.util.EventObject
javax.sip.IOExceptionEvent
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
IOExceptionEventExt
public IOExceptionEventExt(Object source,
IOExceptionEventExt.Reason reason,
String myHost,
int myPort,
String peerHost,
int peerPort,
String transport)
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
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.