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. forwarders
Methods in net.schmizz.sshj that return LocalPortForwarder Modifier and Type Method Description LocalPortForwarder
SSHClient. newLocalPortForwarder(Parameters parameters, java.net.ServerSocket serverSocket)
Create aLocalPortForwarder
that will listen based onparameters
using the boundserverSocket
and forward incoming connections to the server; which will further forward them tohost:port
.
-