Package org.jclouds.ssh
Interface SshClient.Factory
-
- Enclosing interface:
- SshClient
public static interface SshClient.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SshClient
create(com.google.common.net.HostAndPort socket, LoginCredentials credentials)
boolean
isAgentAvailable()
-
-
-
Method Detail
-
create
SshClient create(com.google.common.net.HostAndPort socket, LoginCredentials credentials)
-
isAgentAvailable
boolean isAgentAvailable()
-
-