Uses of Class
ch.ethz.ssh2.LocalPortForwarder

Packages that use LocalPortForwarder
ch.ethz.ssh2   
 

Uses of LocalPortForwarder in ch.ethz.ssh2
 

Methods in ch.ethz.ssh2 that return LocalPortForwarder
 LocalPortForwarder Connection.createLocalPortForwarder(int local_port, java.lang.String host_to_connect, int port_to_connect)
          Creates a new LocalPortForwarder.