Package | Description |
---|---|
org.jclouds.compute.predicates | |
org.jclouds.compute.stub.config | |
org.jclouds.compute.util | |
org.jclouds.predicates | |
org.jclouds.ssh | |
org.jclouds.ssh.jsch | |
org.jclouds.sshj |
Modifier and Type | Method and Description |
---|---|
boolean |
RetryIfSocketNotYetOpen.apply(IPSocket socket) |
Modifier and Type | Method and Description |
---|---|
boolean |
StubComputeServiceDependenciesModule.StubSocketOpen.apply(IPSocket input) |
Modifier and Type | Method and Description |
---|---|
static IPSocket |
ComputeServiceUtils.findReachableSocketOnNode(RetryIfSocketNotYetOpen socketTester,
NodeMetadata node,
int port) |
Modifier and Type | Method and Description |
---|---|
boolean |
SocketOpenUnsupported.apply(IPSocket socketA) |
boolean |
InetSocketAddressConnect.apply(IPSocket socketA) |
Modifier and Type | Method and Description |
---|---|
SshClient |
SshClient.Factory.create(IPSocket socket,
Credentials credentials)
Deprecated.
|
SshClient |
SshClient.Factory.create(IPSocket socket,
LoginCredentials credentials) |
Constructor and Description |
---|
JschSshClient(BackoffLimitedRetryHandler backoffLimitedRetryHandler,
IPSocket socket,
int timeout,
String username,
String password,
byte[] privateKey) |
Constructor and Description |
---|
SshjSshClient(BackoffLimitedRetryHandler backoffLimitedRetryHandler,
IPSocket socket,
int timeout,
String username,
String password,
byte[] privateKey) |
Copyright © 2009-2012 jclouds. All Rights Reserved.