Uses of Interface
org.apache.sshd.server.channel.ChannelDataReceiver
-
Packages that use ChannelDataReceiver Package Description org.apache.sshd.server.channel org.apache.sshd.sftp.server -
-
Uses of ChannelDataReceiver in org.apache.sshd.server.channel
Classes in org.apache.sshd.server.channel that implement ChannelDataReceiver Modifier and Type Class Description classAsyncDataReceiverclassPipeDataReceiverChannelDataReceiverthat buffers the received data into byte buffer and provides anInputStreamto consume them.Fields in org.apache.sshd.server.channel declared as ChannelDataReceiver Modifier and Type Field Description protected ChannelDataReceiverChannelSession. extendedDataWriterprotected ChannelDataReceiverChannelSession. receiverMethods in org.apache.sshd.server.channel with parameters of type ChannelDataReceiver Modifier and Type Method Description voidChannelSession. setDataReceiver(ChannelDataReceiver receiver)ForCommandto installChannelDataReceiver.voidChannelSession. setExtendedDataWriter(ChannelDataReceiver extendedDataWriter)A specialChannelDataReceiverthat 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 ChannelDataReceiver Modifier and Type Class Description classSftpSubsystemSFTP subsystemFields in org.apache.sshd.sftp.server declared as ChannelDataReceiver Modifier and Type Field Description private ChannelDataReceiverSftpSubsystemFactory.Builder. errorChannelDataReceiverprivate ChannelDataReceiverSftpSubsystemFactory. errorChannelDataReceiverMethods in org.apache.sshd.sftp.server that return ChannelDataReceiver Modifier and Type Method Description ChannelDataReceiverSftpErrorDataChannelReceiverProvider. getErrorChannelDataReceiver()ChannelDataReceiverSftpSubsystemFactory. getErrorChannelDataReceiver()protected ChannelDataReceiverSftpSubsystem. resolveErrorDataChannelReceiver(ChannelSession channelSession, ChannelDataReceiver receiver)Methods in org.apache.sshd.sftp.server with parameters of type ChannelDataReceiver Modifier and Type Method Description protected ChannelDataReceiverSftpSubsystem. resolveErrorDataChannelReceiver(ChannelSession channelSession, ChannelDataReceiver receiver)voidSftpSubsystemFactory. setErrorChannelDataReceiver(ChannelDataReceiver errorChannelDataReceiver)SftpSubsystemFactory.BuilderSftpSubsystemFactory.Builder. withErrorChannelDataReceiver(ChannelDataReceiver receiver)
-