Uses of Interface
org.apache.sshd.common.util.Readable
-
-
Uses of Readable in org.apache.sshd.common.channel
Methods in org.apache.sshd.common.channel with parameters of type Readable Modifier and Type Method Description voidChannelAsyncInputStream. write(Readable src) -
Uses of Readable in org.apache.sshd.common.forward
Methods in org.apache.sshd.common.forward with parameters of type Readable Modifier and Type Method Description voidDefaultForwarder.StaticIoHandler. messageReceived(IoSession session, Readable message)voidSocksProxy. messageReceived(IoSession session, Readable message) -
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.io.nio2
Methods in org.apache.sshd.common.io.nio2 with parameters of type Readable Modifier and Type Method Description protected Nio2CompletionHandler<java.lang.Integer,java.lang.Object>Nio2Session. createReadCycleCompletionHandler(java.nio.ByteBuffer buffer, Readable bufReader)protected voidNio2Session. doReadCycle(java.nio.ByteBuffer buffer, Readable bufReader)protected voidNio2Session. handleReadCycleCompletion(java.nio.ByteBuffer buffer, Readable bufReader, Nio2CompletionHandler<java.lang.Integer,java.lang.Object> completionHandler, java.lang.Integer result, java.lang.Object attachment)protected voidNio2Session. handleReadCycleFailure(java.nio.ByteBuffer buffer, Readable bufReader, java.lang.Throwable exc, java.lang.Object attachment) -
Uses of Readable in org.apache.sshd.common.session
Classes in org.apache.sshd.common.session that implement Readable Modifier and Type Class Description classSessionWorkBuffer -
Uses of Readable in org.apache.sshd.common.session.helpers
Methods in org.apache.sshd.common.session.helpers with parameters of type Readable Modifier and Type Method Description voidAbstractSession. messageReceived(Readable buffer)Main input point for the MINA framework.voidAbstractSessionIoHandler. messageReceived(IoSession ioSession, 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(java.nio.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) -
Uses of Readable in org.apache.sshd.server.x11
Methods in org.apache.sshd.server.x11 with parameters of type Readable Modifier and Type Method Description voidDefaultX11ForwardSupport. messageReceived(IoSession session, Readable message)
-