| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.client.future |
| Modifier and Type | Method and Description |
|---|---|
ConnectFuture |
SshClient.connect(String username,
SocketAddress address) |
ConnectFuture |
SshClient.connect(String username,
String host,
int port) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectFuture
A default implementation of
ConnectFuture. |
| Modifier and Type | Method and Description |
|---|---|
ConnectFuture |
DefaultConnectFuture.verify(long timeout) |
ConnectFuture |
ConnectFuture.verify(long timeout) |
ConnectFuture |
DefaultConnectFuture.verify(long count,
TimeUnit unit) |
ConnectFuture |
ConnectFuture.verify(long count,
TimeUnit unit)
Wait and verify that connection succeeded within specified timeout
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.