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 classChannelAsyncInputStream.IoReadFutureImplMethods in org.apache.sshd.common.channel that return IoReadFuture Modifier and Type Method Description IoReadFutureChannelAsyncInputStream. read(Buffer buf)IoReadFutureChannelAsyncInputStream.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 IoReadFutureIoInputStream. read(Buffer buffer)NOTE: the buffer must not be touched until the returned read future is completed.
-