Uses of Class
org.apache.sshd.common.session.helpers.AbstractSession
-
Packages that use AbstractSession Package Description org.apache.sshd.client.session org.apache.sshd.common.session.helpers org.apache.sshd.server org.apache.sshd.server.session -
-
Uses of AbstractSession in org.apache.sshd.client.session
Subclasses of AbstractSession in org.apache.sshd.client.session Modifier and Type Class Description class
AbstractClientSession
Provides default implementations ofClientSession
related methodsclass
ClientSessionImpl
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 AbstractSession Modifier and Type Class Description class
AbstractSessionFactory<M extends FactoryManager,S extends AbstractSession>
An abstract base factory of sessions.Fields in org.apache.sshd.common.session.helpers declared as AbstractSession Modifier and Type Field Description protected AbstractSession
KeyExchangeMessageHandler. session
TheAbstractSession
thisKeyExchangeMessageHandler
belongs to.private AbstractSession
AbstractConnectionService. sessionInstance
Methods in org.apache.sshd.common.session.helpers that return AbstractSession Modifier and Type Method Description protected abstract AbstractSession
AbstractSessionIoHandler. createSession(IoSession ioSession)
AbstractSession
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 AbstractSession Modifier and Type Method Description static 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 Constructor Description AbstractConnectionService(AbstractSession session)
KeyExchangeMessageHandler(AbstractSession session, org.slf4j.Logger log)
-
Uses of AbstractSession in org.apache.sshd.server
Methods in org.apache.sshd.server that return types with arguments of type AbstractSession Modifier and Type Method Description java.util.List<AbstractSession>
SshServer. getActiveSessions()
Obtain the list of active sessions. -
Uses of AbstractSession in org.apache.sshd.server.session
Subclasses of AbstractSession in org.apache.sshd.server.session Modifier and Type Class Description class
AbstractServerSession
Provides default implementations forServerSession
related methodsclass
ServerSessionImpl
The default implementation for aServerSession
-