Uses of Interface
org.apache.sshd.common.io.IoOutputStream
Packages that use IoOutputStream
Package
Description
-
Uses of IoOutputStream in org.apache.sshd.client.channel
Methods in org.apache.sshd.client.channel that return IoOutputStream -
Uses of IoOutputStream in org.apache.sshd.common.channel
Classes in org.apache.sshd.common.channel that implement IoOutputStreamModifier and TypeClassDescriptionclass
AnIoOutputStream
capable of queuing write requests.class
class
An implementation ofIoOutputStream
using a synchronousChannelOutputStream
.Fields in org.apache.sshd.common.channel declared as IoOutputStreamConstructors in org.apache.sshd.common.channel with parameters of type IoOutputStream -
Uses of IoOutputStream in org.apache.sshd.server.command
Methods in org.apache.sshd.server.command with parameters of type IoOutputStreamModifier and TypeMethodDescriptionvoid
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.forward
Fields in org.apache.sshd.server.forward declared as IoOutputStream -
Uses of IoOutputStream in org.apache.sshd.sftp.server
Fields in org.apache.sshd.sftp.server declared as IoOutputStreamModifier and TypeFieldDescriptionprotected IoOutputStream
SftpSubsystem.err
protected IoOutputStream
SftpSubsystem.out
Methods in org.apache.sshd.sftp.server with parameters of type IoOutputStreamModifier and TypeMethodDescriptionvoid
SftpSubsystem.setIoErrorStream
(IoOutputStream err) void
SftpSubsystem.setIoOutputStream
(IoOutputStream out)