| Package | Description |
|---|---|
| net.sf.sshapi |
SSHAPI
|
| net.sf.sshapi.forwarding | |
| 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 | Interface and Description |
|---|---|
interface |
SshChannel
Interface for custom channels created by
SshChannelHandler
implementations. |
interface |
SshExtendedStreamChannel
Extension of a
SshStreamChannel that adds the Extended Input Stream,
used for STDERR. |
interface |
SshShell
A remote shell.
|
interface |
SshStreamChannel
Extension to
SshLifecycleComponent for channels who expost I/O
streams, such as executing a command, or a SshShell. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataProducingComponent
Abstract implementation of
SshDataProducingComponent that provides
some default common methods. |
| Modifier and Type | Method and Description |
|---|---|
void |
SshDataListener.data(SshDataProducingComponent channel,
int direction,
byte[] buf,
int off,
int len)
Data has traveled over this channel.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SshPortForwardTunnel
Represents a single tunneled connection that is spawned as the result of a
client making a connection to the listening socket of a configured port
forward.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LibsshShell |
Copyright © 2018. All rights reserved.