| Package | Description |
|---|---|
| org.apache.sshd.client.scp | |
| org.apache.sshd.client.session | |
| org.apache.sshd.common.scp | |
| org.apache.sshd.server.command |
| Constructor and Description |
|---|
DefaultScpClient(ClientSession clientSession,
ScpTransferEventListener eventListener) |
| Modifier and Type | Method and Description |
|---|---|
ScpTransferEventListener |
ClientSessionImpl.getScpTransferEventListener() |
ScpTransferEventListener |
ClientSession.getScpTransferEventListener() |
| Modifier and Type | Method and Description |
|---|---|
ScpClient |
ClientSessionImpl.createScpClient(ScpTransferEventListener listener) |
ScpClient |
ClientSession.createScpClient(ScpTransferEventListener listener)
Create an SCP client from this session.
|
void |
ClientSessionImpl.setScpTransferEventListener(ScpTransferEventListener listener) |
void |
ClientSession.setScpTransferEventListener(ScpTransferEventListener listener) |
| Modifier and Type | Field and Description |
|---|---|
static ScpTransferEventListener |
ScpTransferEventListener.EMPTY
An "empty" implementation to be used instead of
nulls |
protected ScpTransferEventListener |
ScpHelper.listener |
| Constructor and Description |
|---|
ScpHelper(InputStream in,
OutputStream out,
FileSystem fileSystem,
ScpTransferEventListener eventListener) |
| Modifier and Type | Field and Description |
|---|---|
protected ScpTransferEventListener |
ScpCommand.listener |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScpCommandFactory.addEventListener(ScpTransferEventListener listener) |
ScpCommandFactory.Builder |
ScpCommandFactory.Builder.addEventListener(ScpTransferEventListener listener) |
boolean |
ScpCommandFactory.removeEventListener(ScpTransferEventListener listener) |
ScpCommandFactory.Builder |
ScpCommandFactory.Builder.removeEventListener(ScpTransferEventListener listener) |
| Constructor and Description |
|---|
ScpCommand(String command,
ExecutorService executorService,
boolean shutdownOnExit,
int sendSize,
int receiveSize,
ScpTransferEventListener eventListener) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.