Uses of Interface
org.apache.sshd.common.util.Readable
-
Packages that use Readable Package Description org.apache.sshd.common.io org.apache.sshd.common.util org.apache.sshd.common.util.buffer -
-
Uses of Readable in org.apache.sshd.common.io
Methods in org.apache.sshd.common.io with parameters of type Readable Modifier and Type Method Description voidIoHandler. messageReceived(IoSession session, Readable message) -
Uses of Readable in org.apache.sshd.common.util
Methods in org.apache.sshd.common.util that return Readable Modifier and Type Method Description static ReadableReadable. readable(ByteBuffer buffer)Wrap aByteBufferas aReadableinstance -
Uses of Readable in org.apache.sshd.common.util.buffer
Classes in org.apache.sshd.common.util.buffer that implement Readable Modifier and Type Class Description classBufferProvides an abstract message buffer for encoding SSH messagesclassByteArrayBufferProvides an implementation ofBufferusing a backing byte arrayMethods in org.apache.sshd.common.util.buffer with parameters of type Readable Modifier and Type Method Description voidBuffer. putBuffer(Readable buffer)abstract intBuffer. putBuffer(Readable buffer, boolean expand)intByteArrayBuffer. putBuffer(Readable buffer, boolean expand)
-