Package org.apache.sshd.server.channel
-
Interface Summary Interface Description ChannelDataReceiver Receiving end of the data stream from the client.ChannelSessionAware Commandcan implement this optional interface to receive a reference toChannelSession.ServerChannel ServerChannelSessionHolder -
Class Summary Class Description AbstractServerChannel TODO Add javadocAsyncDataReceiver ChannelSession Server side channel sessionChannelSessionFactory PipeDataReceiver ChannelDataReceiverthat buffers the received data into byte buffer and provides anInputStreamto consume them.PuttyRequestHandler Handles Putty specific channel requests as indicated by Appendix F: SSH-2 names specified for PuTTY