Uses of Class
org.apache.sshd.common.session.helpers.AbstractSession
Packages that use AbstractSession
Package
Description
-
Uses of AbstractSession in org.apache.sshd.client.session
Subclasses of AbstractSession in org.apache.sshd.client.sessionModifier and TypeClassDescriptionclass
Provides default implementations ofClientSession
related methodsclass
The default implementation of aClientSession
-
Uses of AbstractSession in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers with type parameters of type AbstractSessionModifier and TypeClassDescriptionclass
AbstractSessionFactory<M extends FactoryManager,
S extends AbstractSession> An abstract base factory of sessions.Fields in org.apache.sshd.common.session.helpers declared as AbstractSessionModifier and TypeFieldDescriptionprivate final AbstractSession
AbstractConnectionService.sessionInstance
Methods in org.apache.sshd.common.session.helpers that return AbstractSessionModifier and TypeMethodDescriptionprotected abstract AbstractSession
AbstractSessionIoHandler.createSession
(IoSession ioSession) AbstractConnectionService.getSession()
static AbstractSession
AbstractSession.getSession
(IoSession ioSession) Retrieve the SSH session from the I/O session.static AbstractSession
AbstractSession.getSession
(IoSession ioSession, boolean allowNull) Retrieve the session SSH from the I/O session.Methods in org.apache.sshd.common.session.helpers with parameters of type AbstractSessionModifier and TypeMethodDescriptionstatic void
AbstractSession.attachSession
(IoSession ioSession, AbstractSession session) Attach an SSHAbstractSession
to the I/O sessionConstructors in org.apache.sshd.common.session.helpers with parameters of type AbstractSession -
Uses of AbstractSession in org.apache.sshd.server
Methods in org.apache.sshd.server that return types with arguments of type AbstractSessionModifier and TypeMethodDescriptionSshServer.getActiveSessions()
Obtain the list of active sessions. -
Uses of AbstractSession in org.apache.sshd.server.session
Subclasses of AbstractSession in org.apache.sshd.server.sessionModifier and TypeClassDescriptionclass
Provides default implementations forServerSession
related methodsclass
The default implementation for aServerSession