public interface HasRemoteAppIfc
PortConnector
that connects to a remote
application on another system.Modifier and Type | Method and Description |
---|---|
java.net.InetSocketAddress |
getCurrentConnectAddress()
Return the address of the remote application this port is connected to.
|
long |
getPortOpenTime()
Return the time (in milliseconds since epoch) of when the connection to the
remote application was opened.
|
java.lang.String[] |
getRemoteAppAndVersion()
Get the application and version thereof of the remote application this Connector
is connected to.
|
java.lang.String[] getRemoteAppAndVersion()
java.net.InetSocketAddress getCurrentConnectAddress()
long getPortOpenTime()