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.sftp.server -
-
Uses of IoOutputStream in org.apache.sshd.client.channel
Methods in org.apache.sshd.client.channel that return IoOutputStream Modifier and Type Method Description IoOutputStreamAbstractClientChannel. getAsyncIn()IoOutputStreamClientChannel. 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 classBufferedIoOutputStreamAnIoOutputStreamcapable of queuing write requests.classChannelAsyncOutputStreamclassSimpleIoOutputStreamAn implementation ofIoOutputStreamusing a synchronousChannelOutputStream.Fields in org.apache.sshd.common.channel declared as IoOutputStream Modifier and Type Field Description protected IoOutputStreamBufferedIoOutputStream. outConstructors in org.apache.sshd.common.channel with parameters of type IoOutputStream Constructor Description BufferedIoOutputStream(java.lang.Object id, long channelId, IoOutputStream out, int maxPendingBytesCount, java.time.Duration maxWaitForPendingWrites)BufferedIoOutputStream(java.lang.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 IoOutputStream Modifier and Type Method Description voidAsyncCommandErrorStreamAware. 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 IoOutputStream Modifier and Type Field Description protected IoOutputStreamSftpSubsystem. outMethods in org.apache.sshd.sftp.server with parameters of type IoOutputStream Modifier and Type Method Description voidSftpSubsystem. setIoErrorStream(IoOutputStream err)voidSftpSubsystem. setIoOutputStream(IoOutputStream out)
-