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 classAbstractClientSessionProvides default implementations ofClientSessionrelated methodsclassClientSessionImplThe 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 classAbstractSessionFactory<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 private AbstractSessionAbstractConnectionService. sessionInstanceMethods in org.apache.sshd.common.session.helpers that return AbstractSession Modifier and Type Method Description protected abstract AbstractSessionAbstractSessionIoHandler. createSession(IoSession ioSession)AbstractSessionAbstractConnectionService. getSession()static AbstractSessionAbstractSession. getSession(IoSession ioSession)Retrieve the SSH session from the I/O session.static AbstractSessionAbstractSession. 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 voidAbstractSession. attachSession(IoSession ioSession, AbstractSession session)Attach an SSHAbstractSessionto the I/O sessionConstructors in org.apache.sshd.common.session.helpers with parameters of type AbstractSession Constructor Description AbstractConnectionService(AbstractSession session) -
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 classAbstractServerSessionProvides default implementations forServerSessionrelated methodsclassServerSessionImplThe default implementation for aServerSession
-