public class IOExceptionEvent extends EventObject
source
Constructor and Description |
---|
IOExceptionEvent(Object source,
String remoteHost,
int port,
String transport)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getHost()
Return the host where Socket was pointing.
|
int |
getPort()
Returns the port where the socket was trying to send amessage.
|
String |
getTransport()
Return transport used for the failed write attempt.
|
getSource, toString
public IOExceptionEvent(Object source, String remoteHost, int port, String transport)
source
- -- the object that is logically deemed to have caused the IO Exception (dialog/transaction/provider).remoteHost
- -- host where the request/response was headingport
- -- port where the request/response was headingtransport
- -- transport ( i.e. UDP/TCP/TLS).public String getHost()
public int getPort()
public String getTransport()
Copyright © 2016. All Rights Reserved.