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 TypeClassDescriptionclass
class
ChannelDataReceiver
that buffers the received data into byte buffer and provides anInputStream
to consume them.Fields in org.apache.sshd.server.channel declared as ChannelDataReceiverModifier and TypeFieldDescriptionprotected ChannelDataReceiver
ChannelSession.extendedDataWriter
protected ChannelDataReceiver
ChannelSession.receiver
Methods in org.apache.sshd.server.channel with parameters of type ChannelDataReceiverModifier and TypeMethodDescriptionvoid
ChannelSession.setDataReceiver
(ChannelDataReceiver receiver) ForCommand
to installChannelDataReceiver
.void
ChannelSession.setExtendedDataWriter
(ChannelDataReceiver extendedDataWriter) A specialChannelDataReceiver
that can be used to receive data sent as "extended" - usually STDERR. -
Uses of ChannelDataReceiver in org.apache.sshd.sftp.server
Classes in org.apache.sshd.sftp.server that implement ChannelDataReceiverFields in org.apache.sshd.sftp.server declared as ChannelDataReceiverModifier and TypeFieldDescriptionprivate ChannelDataReceiver
SftpSubsystemFactory.Builder.errorChannelDataReceiver
private ChannelDataReceiver
SftpSubsystemFactory.errorChannelDataReceiver
Methods in org.apache.sshd.sftp.server that return ChannelDataReceiverModifier and TypeMethodDescriptionSftpErrorDataChannelReceiverProvider.getErrorChannelDataReceiver()
SftpSubsystemFactory.getErrorChannelDataReceiver()
protected ChannelDataReceiver
SftpSubsystem.resolveErrorDataChannelReceiver
(ChannelSession channelSession, ChannelDataReceiver receiver) Methods in org.apache.sshd.sftp.server with parameters of type ChannelDataReceiverModifier and TypeMethodDescriptionprotected ChannelDataReceiver
SftpSubsystem.resolveErrorDataChannelReceiver
(ChannelSession channelSession, ChannelDataReceiver receiver) void
SftpSubsystemFactory.setErrorChannelDataReceiver
(ChannelDataReceiver errorChannelDataReceiver) SftpSubsystemFactory.Builder.withErrorChannelDataReceiver
(ChannelDataReceiver receiver)