| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.client.simple |
| Modifier and Type | Method and Description |
|---|---|
static SimpleClient |
SshClient.setUpDefaultSimpleClient()
Setup a default client, starts it and then wraps it as a
SimpleClient |
static SimpleClient |
SshClient.wrapAsSimpleClient(SshClient client)
Wraps an
SshClient instance as a SimpleClient |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSimpleClient |
class |
AbstractSimpleClientSessionCreator |
| Modifier and Type | Method and Description |
|---|---|
static SimpleClient |
AbstractSimpleClientSessionCreator.wrap(ClientSessionCreator creator,
Channel channel)
Wraps an existing
ClientSessionCreator into a SimpleClient |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.