Package | Description |
---|---|
org.apache.sshd.client.scp |
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(ClientSession session)
Create an SCP client from this session.
|
default ScpClient |
ScpClientCreator.createScpClient(ClientSession session,
ScpFileOpener opener)
Create an SCP client from this session.
|
ScpClient |
ScpClientCreator.createScpClient(ClientSession session,
ScpFileOpener opener,
ScpTransferEventListener listener)
Create an SCP client from this session.
|
ScpClient |
DefaultScpClientCreator.createScpClient(ClientSession session,
ScpFileOpener opener,
ScpTransferEventListener listener) |
default ScpClient |
ScpClientCreator.createScpClient(ClientSession session,
ScpTransferEventListener listener)
Create an SCP client from this session.
|
Modifier and Type | Method and Description |
---|---|
protected CloseableScpClient |
SimpleScpClientImpl.createScpClient(ClientSession session,
ScpClient client) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.