| Interface | Description |
|---|---|
| Channel |
Represents a channel opened over an SSH session - holds information that is
common both to server and client channels.
|
| ChannelFactory | |
| ChannelHolder | |
| ChannelListener |
Provides a simple listener for client / server channels being established
or torn down.
|
| ChannelListenerManager | |
| ChannelPipedSink | |
| ChannelRequestHandler | |
| RequestHandler<T> |
A global request handler.
|
| Class | Description |
|---|---|
| AbstractChannel |
Provides common client/server channel functionality
|
| AbstractChannelRequestHandler | |
| AbstractRequestHandler<T> | |
| BufferedIoOutputStream |
An
IoOutputStream capable of queuing write requests |
| ChannelAsyncInputStream | |
| ChannelAsyncInputStream.IoReadFutureImpl | |
| ChannelAsyncOutputStream | |
| ChannelOutputStream | |
| ChannelPipedInputStream |
TODO Add javadoc
|
| ChannelPipedOutputStream |
TODO Add javadoc
|
| IoWriteFutureImpl | |
| SttySupport |
Support for stty command on unix
|
| Window |
A Window for a given channel.
|
| Enum | Description |
|---|---|
| AbstractChannel.GracefulState | |
| PtyMode |
A enum describing the tty modes according to
RFC 4254 - section 8.
|
| RequestHandler.Result |
| Exception | Description |
|---|---|
| OpenChannelException |
Documents failure of a channel to open as expected.
|
| WindowClosedException |
Indicates a
Window has been closed. |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.