org.jclouds.ssh
Interface SshClient.Factory

Enclosing interface:
SshClient

public static interface SshClient.Factory


Method Summary
 SshClient create(com.google.common.net.HostAndPort socket, org.jclouds.domain.LoginCredentials credentials)
           
 boolean isAgentAvailable()
           
 

Method Detail

create

SshClient create(com.google.common.net.HostAndPort socket,
                 org.jclouds.domain.LoginCredentials credentials)

isAgentAvailable

boolean isAgentAvailable()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.