Uses of Class
net.schmizz.sshj.connection.channel.direct.LocalPortForwarder
Packages that use LocalPortForwarder
-
Uses of LocalPortForwarder in net.schmizz.sshj
Fields in net.schmizz.sshj with type parameters of type LocalPortForwarderMethods in net.schmizz.sshj that return LocalPortForwarderModifier and TypeMethodDescriptionSSHClient.newLocalPortForwarder
(Parameters parameters, 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
.