Uses of Class
com.chutneytesting.action.ssh.Connection
-
Packages that use Connection Package Description com.chutneytesting.action.ssh com.chutneytesting.action.ssh.sshj -
-
Uses of Connection in com.chutneytesting.action.ssh
Methods in com.chutneytesting.action.ssh that return Connection Modifier and Type Method Description static ConnectionConnection. from(Target target) -
Uses of Connection in com.chutneytesting.action.ssh.sshj
Constructors in com.chutneytesting.action.ssh.sshj with parameters of type Connection Constructor Description SshJClient(Connection connection, boolean shell, Logger logger)SshJClient(Connection connection, Logger logger)Deprecated.
-