| Package | Description |
|---|---|
| net.sf.sshapi |
SSHAPI
|
| net.sf.sshapi.impl.libssh |
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
|
| Modifier and Type | Method and Description |
|---|---|
void |
SshDataProducingComponent.addDataListener(SshDataListener listener)
Add a listener to those informed when a component produces data.
|
void |
AbstractDataProducingComponent.addDataListener(SshDataListener listener) |
void |
SshDataProducingComponent.removeDataListener(SshDataListener listener)
Remove a listener from those informed when a component produces data.
|
void |
AbstractDataProducingComponent.removeDataListener(SshDataListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
LibsshShell.addDataListener(SshDataListener listener) |
void |
LibsshShell.removeDataListener(SshDataListener listener) |
Copyright © 2018. All rights reserved.