Uses of Class
net.schmizz.sshj.connection.channel.direct.LocalPortForwarder
-
Packages that use LocalPortForwarder Package Description net.schmizz.sshj -
-
Uses of LocalPortForwarder in net.schmizz.sshj
Fields in net.schmizz.sshj with type parameters of type LocalPortForwarder Modifier and Type Field Description private java.util.List<LocalPortForwarder>SSHClient. forwardersMethods in net.schmizz.sshj that return LocalPortForwarder Modifier and Type Method Description LocalPortForwarderSSHClient. newLocalPortForwarder(Parameters parameters, java.net.ServerSocket serverSocket)Create aLocalPortForwarderthat will listen based onparametersusing the boundserverSocketand forward incoming connections to the server; which will further forward them tohost:port.
-