| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.client.scp | |
| org.apache.sshd.client.session | |
| org.apache.sshd.server.scp |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientFactoryManager
The
ClientFactoryManager enable the retrieval of additional
configuration needed specifically for the client side. |
| Modifier and Type | Class and Description |
|---|---|
class |
SshClient
Entry point for the client side of the SSH protocol.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScpClientCreator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientSession
An authenticated session to a given SSH server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClientSession
Provides default implementations of
ClientSession related methods |
class |
ClientSessionImpl
The default implementation of a
ClientSession |
| Modifier and Type | Class and Description |
|---|---|
class |
ScpCommandFactory
This
CommandFactory can be used as a standalone command factory
or can be used to augment another CommandFactory and provides
SCP support. |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.