Package | Description |
---|---|
org.apache.sshd.server.channel | |
org.apache.sshd.sftp.server |
Modifier and Type | Class and Description |
---|---|
class |
AsyncDataReceiver |
class |
PipeDataReceiver
ChannelDataReceiver that buffers the received data into byte buffer and provides an InputStream to
consume them. |
Modifier and Type | Field and Description |
---|---|
protected ChannelDataReceiver |
ChannelSession.extendedDataWriter |
protected ChannelDataReceiver |
ChannelSession.receiver |
Modifier and Type | Method and Description |
---|---|
void |
ChannelSession.setDataReceiver(ChannelDataReceiver receiver)
For
Command to install ChannelDataReceiver . |
void |
ChannelSession.setExtendedDataWriter(ChannelDataReceiver extendedDataWriter)
A special
ChannelDataReceiver that can be used to receive data sent as "extended" - usually
STDERR. |
Modifier and Type | Class and Description |
---|---|
class |
SftpSubsystem
SFTP subsystem
|
Modifier and Type | Method and Description |
---|---|
ChannelDataReceiver |
SftpSubsystemFactory.getErrorChannelDataReceiver() |
ChannelDataReceiver |
SftpErrorDataChannelReceiverProvider.getErrorChannelDataReceiver() |
protected ChannelDataReceiver |
SftpSubsystem.resolveErrorDataChannelReceiver(ChannelSession channelSession,
ChannelDataReceiver receiver) |
Modifier and Type | Method and Description |
---|---|
protected ChannelDataReceiver |
SftpSubsystem.resolveErrorDataChannelReceiver(ChannelSession channelSession,
ChannelDataReceiver receiver) |
void |
SftpSubsystemFactory.setErrorChannelDataReceiver(ChannelDataReceiver errorChannelDataReceiver) |
SftpSubsystemFactory.Builder |
SftpSubsystemFactory.Builder.withErrorChannelDataReceiver(ChannelDataReceiver receiver) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.