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 TypeClassDescriptionclassAnIoOutputStreamcapable of queuing write requests.classclassAn implementation ofIoOutputStreamusing a synchronousChannelOutputStream.Fields in org.apache.sshd.common.channel declared as IoOutputStreamConstructors in org.apache.sshd.common.channel with parameters of type IoOutputStreamModifierConstructorDescriptionBufferedIoOutputStream(Object id, long channelId, IoOutputStream out, int maxPendingBytesCount, Duration maxWaitForPendingWrites) BufferedIoOutputStream(Object id, long channelId, IoOutputStream out, PropertyResolver resolver) -
Uses of IoOutputStream in org.apache.sshd.server.command
Methods in org.apache.sshd.server.command with parameters of type IoOutputStreamModifier and TypeMethodDescriptionvoidAsyncCommandErrorStreamAware.setIoErrorStream(IoOutputStream err) Set the error stream that can be used by the shell to write its errors.voidAsyncCommandOutputStreamAware.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.sftp.server
Fields in org.apache.sshd.sftp.server declared as IoOutputStreamMethods in org.apache.sshd.sftp.server with parameters of type IoOutputStreamModifier and TypeMethodDescriptionvoidSftpSubsystem.setIoErrorStream(IoOutputStream err) voidSftpSubsystem.setIoOutputStream(IoOutputStream out)