Uses of Interface
org.apache.sshd.common.util.Readable
Packages that use Readable
Package
Description
-
Uses of Readable in org.apache.sshd.common.channel
Methods in org.apache.sshd.common.channel with parameters of type Readable -
Uses of Readable in org.apache.sshd.common.forward
Methods in org.apache.sshd.common.forward with parameters of type ReadableModifier and TypeMethodDescriptionvoidDefaultForwarder.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 ReadableModifier and TypeMethodDescriptionvoidIoHandler.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 ReadableModifier and TypeMethodDescriptionprotected Nio2CompletionHandler<Integer, Object> Nio2Session.createReadCycleCompletionHandler(ByteBuffer buffer, Readable bufReader) protected voidNio2Session.doReadCycle(ByteBuffer buffer, Readable bufReader) protected voidNio2Session.handleReadCycleCompletion(ByteBuffer buffer, Readable bufReader, Nio2CompletionHandler<Integer, Object> completionHandler, Integer result, Object attachment) protected voidNio2Session.handleReadCycleFailure(ByteBuffer buffer, Readable bufReader, Throwable exc, Object attachment) -
Uses of Readable in org.apache.sshd.common.session
Classes in org.apache.sshd.common.session that implement Readable -
Uses of Readable in org.apache.sshd.common.session.helpers
Methods in org.apache.sshd.common.session.helpers with parameters of type ReadableModifier and TypeMethodDescriptionvoidAbstractSession.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 ReadableModifier and TypeMethodDescriptionstatic 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 ReadableModifier and TypeClassDescriptionclassProvides an abstract message buffer for encoding SSH messagesclassProvides an implementation ofBufferusing a backing byte arrayMethods in org.apache.sshd.common.util.buffer with parameters of type Readable -
Uses of Readable in org.apache.sshd.server.forward
Methods in org.apache.sshd.server.forward with parameters of type ReadableModifier and TypeMethodDescriptionvoidTcpipServerChannel.PortIoHandler.messageReceived(IoSession session, Readable message) -
Uses of Readable in org.apache.sshd.server.x11
Methods in org.apache.sshd.server.x11 with parameters of type ReadableModifier and TypeMethodDescriptionvoidDefaultX11ForwardSupport.messageReceived(IoSession session, Readable message)