Uses of Class
net.schmizz.sshj.connection.channel.direct.LocalPortForwarder

Packages that use LocalPortForwarder
net.schmizz.sshj   
 

Uses of LocalPortForwarder in net.schmizz.sshj
 

Methods in net.schmizz.sshj that return LocalPortForwarder
 LocalPortForwarder SSHClient.newLocalPortForwarder(LocalPortForwarder.Parameters parameters, ServerSocket serverSocket)
          Create a LocalPortForwarder that will listen based on parameters using the bound serverSocket and forward incoming connections to the server; which will further forward them to host:port.
 



Copyright © 2009-2012. All Rights Reserved.