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 TypeMethodDescriptionvoid
DefaultForwarder.StaticIoHandler.messageReceived
(IoSession session, Readable message) void
SocksProxy.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 TypeMethodDescriptionvoid
IoHandler.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 void
Nio2Session.doReadCycle
(ByteBuffer buffer, Readable bufReader) protected void
Nio2Session.handleReadCycleCompletion
(ByteBuffer buffer, Readable bufReader, Nio2CompletionHandler<Integer, Object> completionHandler, Integer result, Object attachment) protected void
Nio2Session.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
Classes in org.apache.sshd.common.session.helpers that implement ReadableModifier and TypeClassDescriptionclass
AByteArrayBuffer
that will be prepared with the SSH header (5 bytes).Methods in org.apache.sshd.common.session.helpers with parameters of type ReadableModifier and TypeMethodDescriptionvoid
AbstractSession.messageReceived
(Readable buffer) Main input point for the MINA framework.void
AbstractSessionIoHandler.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 Readable
Readable.readable
(ByteBuffer buffer) Wrap aByteBuffer
as aReadable
instance -
Uses of Readable in org.apache.sshd.common.util.buffer
Classes in org.apache.sshd.common.util.buffer that implement ReadableModifier and TypeClassDescriptionclass
Provides an abstract message buffer for encoding SSH messagesclass
Provides an implementation ofBuffer
using 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 TypeMethodDescriptionvoid
TcpipServerChannel.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 TypeMethodDescriptionvoid
DefaultX11ForwardSupport.messageReceived
(IoSession session, Readable message)