@FunctionalInterface
public interface SftpErrorDataChannelReceiverProvider
Modifier and Type | Method and Description |
---|---|
ChannelDataReceiver |
getErrorChannelDataReceiver() |
ChannelDataReceiver getErrorChannelDataReceiver()
ChannelDataReceiver
to handle optional STDERR data received during SFTP session. If
null
then any received such data is ignored.