Uses of Interface
org.apache.sshd.common.io.IoReadFuture
-
Packages that use IoReadFuture Package Description org.apache.sshd.common.channel org.apache.sshd.common.io -
-
Uses of IoReadFuture in org.apache.sshd.common.channel
Classes in org.apache.sshd.common.channel that implement IoReadFuture Modifier and Type Class Description static class
ChannelAsyncInputStream.IoReadFutureImpl
Methods in org.apache.sshd.common.channel that return IoReadFuture Modifier and Type Method Description IoReadFuture
ChannelAsyncInputStream. read(Buffer buf)
IoReadFuture
ChannelAsyncInputStream.IoReadFutureImpl. verify(long timeoutMillis)
-
Uses of IoReadFuture in org.apache.sshd.common.io
Methods in org.apache.sshd.common.io that return IoReadFuture Modifier and Type Method Description IoReadFuture
IoInputStream. read(Buffer buffer)
NOTE: the buffer must not be touched until the returned read future is completed.
-