Uses of Class
com.sshtools.j2ssh.forwarding.ForwardingClient
-
Packages that use ForwardingClient Package Description com.sshtools.common.ui com.sshtools.j2ssh -
-
Uses of ForwardingClient in com.sshtools.common.ui
Methods in com.sshtools.common.ui that return ForwardingClient Modifier and Type Method Description ForwardingClient
SessionManager. getForwardingClient()
Gets the managed connections port forwarding client.ForwardingClient
SessionProviderFrame. getForwardingClient()
Implementation of the SessionManager method, simply calls the SshClient method getForwardingClient.ForwardingClient
SessionProviderInternalFrame. getForwardingClient()
Implementation of the SessionManager method, simply calls the SshClient method getForwardingClient. -
Uses of ForwardingClient in com.sshtools.j2ssh
Fields in com.sshtools.j2ssh declared as ForwardingClient Modifier and Type Field Description protected ForwardingClient
SshClient. forwarding
Provides a high level management interface for SSH port forwarding.Methods in com.sshtools.j2ssh that return ForwardingClient Modifier and Type Method Description ForwardingClient
SshClient. getForwardingClient()
Returns the default port forwarding manager.
-