Uses of Class
com.sshtools.j2ssh.forwarding.ForwardingClient
Packages that use ForwardingClient
-
Uses of ForwardingClient in com.sshtools.common.ui
Methods in com.sshtools.common.ui that return ForwardingClientModifier and TypeMethodDescriptionSessionManager.getForwardingClient()
Gets the managed connections port forwarding client.SessionProviderFrame.getForwardingClient()
Implementation of the SessionManager method, simply calls the SshClient method getForwardingClient.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 ForwardingClientModifier and TypeFieldDescriptionprotected ForwardingClient
SshClient.forwarding
Provides a high level management interface for SSH port forwarding.Methods in com.sshtools.j2ssh that return ForwardingClientModifier and TypeMethodDescriptionSshClient.getForwardingClient()
Returns the default port forwarding manager.