|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectFuture | |
---|---|
org.apache.sshd | Defines the two main classes for the client and server side of SSH protocol support. |
org.apache.sshd.client.future |
Uses of ConnectFuture in org.apache.sshd |
---|
Methods in org.apache.sshd that return ConnectFuture | |
---|---|
ConnectFuture |
SshClient.connect(SocketAddress address)
|
ConnectFuture |
SshClient.connect(String host,
int port)
|
Uses of ConnectFuture in org.apache.sshd.client.future |
---|
Classes in org.apache.sshd.client.future that implement ConnectFuture | |
---|---|
class |
DefaultConnectFuture
A default implementation of ConnectFuture . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |