| Interface | Description |
|---|---|
| ChannelDataReceiver |
Receiving end of the data stream from the client.
|
| ChannelSessionAware |
Command can implement this optional interface to receive a reference to ChannelSession. |
| ServerChannel | |
| ServerChannelSessionHolder |
| Class | Description |
|---|---|
| AbstractServerChannel |
TODO Add javadoc
|
| AsyncDataReceiver | |
| ChannelSession |
Server side channel session
|
| 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
|
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.