Package | Description |
---|---|
org.apache.sshd.client.channel | |
org.apache.sshd.common.channel | |
org.apache.sshd.server.command | |
org.apache.sshd.sftp.server |
Modifier and Type | Method and Description |
---|---|
IoOutputStream |
AbstractClientChannel.getAsyncIn() |
IoOutputStream |
ClientChannel.getAsyncIn() |
Modifier and Type | Class and Description |
---|---|
class |
BufferedIoOutputStream
An
IoOutputStream capable of queuing write requests. |
class |
ChannelAsyncOutputStream |
class |
SimpleIoOutputStream
An implementation of
IoOutputStream using a synchronous ChannelOutputStream . |
Modifier and Type | Field and Description |
---|---|
protected IoOutputStream |
BufferedIoOutputStream.out |
Constructor and Description |
---|
BufferedIoOutputStream(Object id,
long channelId,
IoOutputStream out,
int maxPendingBytesCount,
Duration maxWaitForPendingWrites) |
BufferedIoOutputStream(Object id,
long channelId,
IoOutputStream out,
PropertyResolver resolver) |
Modifier and Type | Method and Description |
---|---|
void |
AsyncCommandErrorStreamAware.setIoErrorStream(IoOutputStream err)
Set the error stream that can be used by the shell to write its errors.
|
void |
AsyncCommandOutputStreamAware.setIoOutputStream(IoOutputStream out)
Set the output stream that can be used by the shell to write its output.
|
Modifier and Type | Field and Description |
---|---|
protected IoOutputStream |
SftpSubsystem.out |
Modifier and Type | Method and Description |
---|---|
void |
SftpSubsystem.setIoErrorStream(IoOutputStream err) |
void |
SftpSubsystem.setIoOutputStream(IoOutputStream out) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.