Package | Description |
---|---|
org.apache.sshd.server.channel | |
org.apache.sshd.server.subsystem.sftp |
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.receiver |
Modifier and Type | Method and Description |
---|---|
void |
ChannelSession.setDataReceiver(ChannelDataReceiver receiver)
For
Command to install ChannelDataReceiver . |
Modifier and Type | Class and Description |
---|---|
class |
SftpSubsystem
SFTP subsystem
|
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.