| Package | Description |
|---|---|
| org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
| org.apache.sshd.client.future |
| Modifier and Type | Method and Description |
|---|---|
ConnectFuture |
SshClient.connect(java.net.SocketAddress address)
Deprecated.
|
ConnectFuture |
SshClient.connect(java.lang.String host,
int port)
Deprecated.
|
ConnectFuture |
SshClient.connect(java.lang.String username,
java.net.SocketAddress address) |
ConnectFuture |
SshClient.connect(java.lang.String username,
java.lang.String host,
int port) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectFuture
A default implementation of
ConnectFuture. |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.