| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.client.simple |
| Modifier and Type | Class and Description |
|---|---|
class |
SshClient
Entry point for the client side of the SSH protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSimpleClientSessionCreator |
| Modifier and Type | Method and Description |
|---|---|
static SimpleClient |
AbstractSimpleClientSessionCreator.wrap(ClientSessionCreator creator,
java.nio.channels.Channel channel)
Wraps an existing
ClientSessionCreator into a SimpleClient |