| Package | Description |
|---|---|
| org.apache.sshd.client.scp | |
| org.apache.sshd.client.session |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CloseableScpClient
An
ScpClient wrapper that also closes the underlying session
when closed |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScpClient |
class |
DefaultScpClient |
| Modifier and Type | Method and Description |
|---|---|
default ScpClient |
ScpClientCreator.createScpClient()
Create an SCP client from this session.
|
default ScpClient |
ScpClientCreator.createScpClient(ScpFileOpener opener)
Create an SCP client from this session.
|
ScpClient |
ScpClientCreator.createScpClient(ScpFileOpener opener,
ScpTransferEventListener listener)
Create an SCP client from this session.
|
default ScpClient |
ScpClientCreator.createScpClient(ScpTransferEventListener listener)
Create an SCP client from this session.
|
| Modifier and Type | Method and Description |
|---|---|
ScpClient |
AbstractClientSession.createScpClient(ScpFileOpener opener,
ScpTransferEventListener listener) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.