Package org.apache.sshd.server.channel
package org.apache.sshd.server.channel
-
ClassDescriptionTODO Add javadocReceiving end of the data stream from the client.Server side channel session
Commandcan implement this optional interface to receive a reference toChannelSession.ChannelDataReceiverthat buffers the received data into byte buffer and provides anInputStreamto consume them.Handles Putty specific channel requests as indicated by Appendix F: SSH-2 names specified for PuTTY