atavism.server.network.rdp
Class ConnectionInfo
java.lang.Object
atavism.server.network.rdp.ConnectionInfo
- All Implemented Interfaces:
- java.io.Serializable
public class ConnectionInfo
- extends java.lang.Object
- implements java.io.Serializable
the connection info, localhost, localport, remotehost, remote port
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
remoteAddress
public java.net.InetAddress remoteAddress
remotePort
public int remotePort
localPort
public int localPort
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object