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 aLocalPortForwarderthat will listen based onparametersusing the boundserverSocketand forward incoming connections to the server; which will further forward them tohost:port.