Uses of Interface
org.apache.sshd.server.channel.ChannelDataReceiver
Packages that use ChannelDataReceiver
-
Uses of ChannelDataReceiver in org.apache.sshd.server.channel
Classes in org.apache.sshd.server.channel that implement ChannelDataReceiverModifier and TypeClassDescriptionclassclassChannelDataReceiverthat buffers the received data into byte buffer and provides anInputStreamto consume them.Fields in org.apache.sshd.server.channel declared as ChannelDataReceiverModifier and TypeFieldDescriptionprotected ChannelDataReceiverChannelSession.extendedDataWriterprotected ChannelDataReceiverChannelSession.receiverMethods in org.apache.sshd.server.channel with parameters of type ChannelDataReceiverModifier and TypeMethodDescriptionvoidChannelSession.setDataReceiver(ChannelDataReceiver receiver) ForCommandto installChannelDataReceiver.voidChannelSession.setExtendedDataWriter(ChannelDataReceiver extendedDataWriter) A specialChannelDataReceiverthat can be used to receive data sent as "extended" - usually STDERR.