org.jclouds.compute.internal
Class UtilsImpl

java.lang.Object
  extended by org.jclouds.rest.internal.UtilsImpl
      extended by org.jclouds.compute.internal.UtilsImpl
All Implemented Interfaces:
org.jclouds.rest.Utils

@Singleton
public class UtilsImpl
extends org.jclouds.rest.internal.UtilsImpl
implements Utils


Method Summary
 SshClient.Factory getSshClientFactory()
           
 SshClient.Factory sshFactory()
           
 com.google.common.base.Function<NodeMetadata,SshClient> sshForNode()
           
 
Methods inherited from class org.jclouds.rest.internal.UtilsImpl
asyncHttp, credentialStore, crypto, date, eventBus, http, injector, ioExecutor, json, loggerFactory, userExecutor, xml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jclouds.rest.Utils
asyncHttp, credentialStore, crypto, date, eventBus, http, injector, ioExecutor, json, loggerFactory, userExecutor, xml
 

Method Detail

getSshClientFactory

public SshClient.Factory getSshClientFactory()

sshFactory

public SshClient.Factory sshFactory()

sshForNode

public com.google.common.base.Function<NodeMetadata,SshClient> sshForNode()
Returns:
function that gets an ssh client for a node that is available via ssh.


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