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(SocketAddress address)
Deprecated.
|
ConnectFuture |
SshClient.connect(String host,
int port)
Deprecated.
Use
SshClient.connect(String, String, int) instead |
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 . |
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.