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

Packages that use LocalPortForwarder.Parameters
net.schmizz.sshj   
net.schmizz.sshj.connection.channel.direct   
 

Uses of LocalPortForwarder.Parameters in net.schmizz.sshj
 

Methods in net.schmizz.sshj with parameters of type LocalPortForwarder.Parameters
 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.
 

Uses of LocalPortForwarder.Parameters in net.schmizz.sshj.connection.channel.direct
 

Fields in net.schmizz.sshj.connection.channel.direct declared as LocalPortForwarder.Parameters
protected  LocalPortForwarder.Parameters LocalPortForwarder.DirectTCPIPChannel.parameters
           
 

Constructors in net.schmizz.sshj.connection.channel.direct with parameters of type LocalPortForwarder.Parameters
LocalPortForwarder.DirectTCPIPChannel(Connection conn, Socket socket, LocalPortForwarder.Parameters parameters)
           
LocalPortForwarder(Connection conn, LocalPortForwarder.Parameters parameters, ServerSocket serverSocket)
           
 



Copyright © 2009-2012. All Rights Reserved.