Uses of Class
com.jcraft.jsch.Session.Forwarding
-
Packages that use Session.Forwarding Package Description com.jcraft.jsch -
-
Uses of Session.Forwarding in com.jcraft.jsch
Methods in com.jcraft.jsch that return Session.Forwarding Modifier and Type Method Description private Session.Forwarding
Session. parseForwarding(java.lang.String conf)
The given argument may be "[bind_address:]port:host:hostport" or "[bind_address:]port host:hostport", which is from LocalForward command of ~/.ssh/config .
-