Uses of Class
com.sshtools.j2ssh.forwarding.ForwardingClient

Packages that use ForwardingClient
com.sshtools.common.ui   
com.sshtools.j2ssh   
 

Uses of ForwardingClient in com.sshtools.common.ui
 

Methods in com.sshtools.common.ui that return ForwardingClient
 ForwardingClient SessionProviderFrame.getForwardingClient()
          Implementation of the SessionManager method, simply calls the SshClient method getForwardingClient.
 ForwardingClient SessionProviderInternalFrame.getForwardingClient()
          Implementation of the SessionManager method, simply calls the SshClient method getForwardingClient.
 ForwardingClient SessionManager.getForwardingClient()
          Gets the managed connections port forwarding client.
 

Uses of ForwardingClient in com.sshtools.j2ssh
 

Fields in com.sshtools.j2ssh declared as ForwardingClient
protected  ForwardingClient SshClient.forwarding
          Provides a high level management interface for SSH port forwarding.
 

Methods in com.sshtools.j2ssh that return ForwardingClient
 ForwardingClient SshClient.getForwardingClient()
           Returns the default port forwarding manager.
 



Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.