com.sshtools.j2ssh.agent
Class ForwardingNotice

java.lang.Object
  extended by com.sshtools.j2ssh.agent.ForwardingNotice

 class ForwardingNotice
extends java.lang.Object


Field Summary
(package private)  java.lang.String remoteHostname
           
(package private)  java.lang.String remoteIPAddress
           
(package private)  int remotePort
           
 
Constructor Summary
ForwardingNotice(java.lang.String remoteHostname, java.lang.String remoteIPAddress, int remotePort)
          Creates a new ForwardingNotice object.
 
Method Summary
 java.lang.String getRemoteHostname()
           
 java.lang.String getRemoteIPAddress()
           
 int getRemotePort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remoteHostname

java.lang.String remoteHostname

remoteIPAddress

java.lang.String remoteIPAddress

remotePort

int remotePort
Constructor Detail

ForwardingNotice

public ForwardingNotice(java.lang.String remoteHostname,
                        java.lang.String remoteIPAddress,
                        int remotePort)
Creates a new ForwardingNotice object.

Parameters:
remoteHostname -
remoteIPAddress -
remotePort -
Method Detail

getRemoteHostname

public java.lang.String getRemoteHostname()
Returns:

getRemoteIPAddress

public java.lang.String getRemoteIPAddress()
Returns:

getRemotePort

public int getRemotePort()
Returns: