| Interface | Description |
|---|---|
| ClientChannel |
A client channel used to communicate with the SSH server.
|
| Class | Description |
|---|---|
| AbstractClientChannel |
TODO Add javadoc
|
| ChannelDirectTcpip |
TODO Add javadoc
|
| ChannelExec |
Client channel to run a remote command
|
| ChannelSession |
TODO Add javadoc
|
| ChannelShell |
Client channel to open a remote shell
|
| ChannelSubsystem |
Client channel to run a subsystem
|
| PtyCapableChannelSession |
Serves as the base channel session for executing remote commands - including
a full shell.
|
| Enum | Description |
|---|---|
| ClientChannel.Streaming | |
| ClientChannelEvent |
Various events used by
ClientChannel.waitFor(java.util.Collection, long) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.