Package com.chutneytesting.action.ssh
Class SshClientFactory
- java.lang.Object
-
- com.chutneytesting.action.ssh.SshClientFactory
-
public class SshClientFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_TIMEOUT
-
Constructor Summary
Constructors Constructor Description SshClientFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.sshd.client.session.ClientSessionbuildSSHClientSession(Target target, long timeout)
-
-
-
Field Detail
-
DEFAULT_TIMEOUT
public static String DEFAULT_TIMEOUT
-
-
Method Detail
-
buildSSHClientSession
public static org.apache.sshd.client.session.ClientSession buildSSHClientSession(Target target, long timeout) throws IOException
- Throws:
IOException
-
-