Uses of Interface
org.apache.sshd.common.io.IoOutputStream
-
Packages that use IoOutputStream Package Description org.apache.sshd.client.channel org.apache.sshd.common.channel org.apache.sshd.server.command org.apache.sshd.server.subsystem.sftp -
-
Uses of IoOutputStream in org.apache.sshd.client.channel
Methods in org.apache.sshd.client.channel that return IoOutputStream Modifier and Type Method Description IoOutputStream
AbstractClientChannel. getAsyncIn()
IoOutputStream
ClientChannel. getAsyncIn()
-
Uses of IoOutputStream in org.apache.sshd.common.channel
Classes in org.apache.sshd.common.channel that implement IoOutputStream Modifier and Type Class Description class
BufferedIoOutputStream
AnIoOutputStream
capable of queuing write requestsclass
ChannelAsyncOutputStream
Fields in org.apache.sshd.common.channel declared as IoOutputStream Modifier and Type Field Description protected IoOutputStream
BufferedIoOutputStream. out
Constructors in org.apache.sshd.common.channel with parameters of type IoOutputStream Constructor Description BufferedIoOutputStream(Object id, IoOutputStream out)
-
Uses of IoOutputStream in org.apache.sshd.server.command
Methods in org.apache.sshd.server.command with parameters of type IoOutputStream Modifier and Type Method Description void
AsyncCommand. setIoErrorStream(IoOutputStream err)
Set the error stream that can be used by the shell to write its errors.void
AsyncCommand. setIoOutputStream(IoOutputStream out)
Set the output stream that can be used by the shell to write its output. -
Uses of IoOutputStream in org.apache.sshd.server.subsystem.sftp
Fields in org.apache.sshd.server.subsystem.sftp declared as IoOutputStream Modifier and Type Field Description protected IoOutputStream
SftpSubsystem. err
protected IoOutputStream
SftpSubsystem. out
Methods in org.apache.sshd.server.subsystem.sftp with parameters of type IoOutputStream Modifier and Type Method Description void
SftpSubsystem. setIoErrorStream(IoOutputStream err)
void
SftpSubsystem. setIoOutputStream(IoOutputStream out)
-