com.sshtools.j2ssh.agent
Class ForwardingNotice
java.lang.Object
com.sshtools.j2ssh.agent.ForwardingNotice
class ForwardingNotice
- extends java.lang.Object
Constructor Summary |
ForwardingNotice(java.lang.String remoteHostname,
java.lang.String remoteIPAddress,
int remotePort)
Creates a new ForwardingNotice object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
remoteHostname
java.lang.String remoteHostname
remoteIPAddress
java.lang.String remoteIPAddress
remotePort
int remotePort
ForwardingNotice
public ForwardingNotice(java.lang.String remoteHostname,
java.lang.String remoteIPAddress,
int remotePort)
- Creates a new ForwardingNotice object.
- Parameters:
remoteHostname
- remoteIPAddress
- remotePort
-
getRemoteHostname
public java.lang.String getRemoteHostname()
- Returns:
getRemoteIPAddress
public java.lang.String getRemoteIPAddress()
- Returns:
getRemotePort
public int getRemotePort()
- Returns: