| Interface | Description |
|---|---|
| ChannelDataReceiver |
Receiving end of the data stream from the client.
|
| Class | Description |
|---|---|
| AbstractServerChannel |
TODO Add javadoc
|
| AsyncDataReceiver | |
| ChannelSession |
TODO Add javadoc
|
| ChannelSession.StandardEnvironment | |
| ChannelSessionFactory | |
| PipeDataReceiver |
ChannelDataReceiver that buffers the received data into byte buffer
and provides an InputStream to consume them. |
| PuttyRequestHandler |
Handles Putty specific channel requests as indicated by
Appendix F: SSH-2 names specified for PuTTY
|
| Exception | Description |
|---|---|
| OpenChannelException |
Documents failure of a channel to open as expected.
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.