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 ForwardingClientSessionManager. getForwardingClient()Gets the managed connections port forwarding client.ForwardingClientSessionProviderFrame. getForwardingClient()Implementation of the SessionManager method, simply calls the SshClient method getForwardingClient.ForwardingClientSessionProviderInternalFrame. 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 ForwardingClientSshClient. forwardingProvides a high level management interface for SSH port forwarding.Methods in com.sshtools.j2ssh that return ForwardingClient Modifier and Type Method Description ForwardingClientSshClient. getForwardingClient()Returns the default port forwarding manager.
-