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