public class IOExceptionEventExt extends IOExceptionEvent
Modifier and Type | Class and Description |
---|---|
static class |
IOExceptionEventExt.Reason |
source
Constructor and Description |
---|
IOExceptionEventExt(Object source,
IOExceptionEventExt.Reason reason,
String myHost,
int myPort,
String peerHost,
int peerPort,
String transport) |
Modifier and Type | Method and Description |
---|---|
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() |
getHost, getPort, getTransport
getSource
public IOExceptionEventExt(Object source, IOExceptionEventExt.Reason reason, String myHost, int myPort, String peerHost, int peerPort, String transport)
public String getLocalHost()
public int getLocalPort()
public String getPeerHost()
public int getPeerPort()
public IOExceptionEventExt.Reason getReason()
public String toString()
toString
in class EventObject
Copyright © 2017. All Rights Reserved.