org.jclouds.compute
Interface Utils
- All Superinterfaces: 
 - Utils
 
public interface Utils
- extends Utils
 
- Author:
 
  - Adrian Cole
 
 
| 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
@Nullable
SshClient.Factory getSshClientFactory()
 
 
sshFactory
@Nullable
SshClient.Factory sshFactory()
 
 
sshForNode
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.