org.jclouds.compute.internal
Class UtilsImpl
java.lang.Object
org.jclouds.rest.internal.UtilsImpl
org.jclouds.compute.internal.UtilsImpl
- All Implemented Interfaces:
- Utils
@Singleton
public class UtilsImpl
- extends UtilsImpl
- implements Utils
- Author:
- Adrian Cole
Methods inherited from class org.jclouds.rest.internal.UtilsImpl |
asyncHttp, crypto, date, getCrypto, getDateService, getHttpAsyncClient, getHttpClient, getIoExecutor, getJson, getLoggerFactory, getUserExecutor, http, ioExecutor, json, loggerFactory, userExecutor |
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, crypto, date, getCrypto, getDateService, getHttpAsyncClient, getHttpClient, getIoExecutor, getJson, getLoggerFactory, getUserExecutor, http, ioExecutor, json, loggerFactory, userExecutor |
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-2011 jclouds. All Rights Reserved.