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) |
ConnectFuture |
SshClient.connect(String host,
int port) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultConnectFuture
A default implementation of
ConnectFuture . |
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.