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 TypeClassDescriptionclassProvides default implementations ofClientSessionrelated methodsclassThe default implementation of aClientSession -
Uses of AbstractSession in org.apache.sshd.common.session.filters
Constructors in org.apache.sshd.common.session.filters with parameters of type AbstractSessionModifierConstructorDescriptionSshTransportFilter(AbstractSession session, org.apache.sshd.common.random.Random random, SshIdentHandler identities, SessionListener events, KexFilter.Proposer proposer, KexFilter.HostKeyChecker checker) Creates a new SSH transport filter. -
Uses of AbstractSession in org.apache.sshd.common.session.filters.kex
Constructors in org.apache.sshd.common.session.filters.kex with parameters of type AbstractSessionModifierConstructorDescriptionKexFilter(AbstractSession session, org.apache.sshd.common.random.Random random, CryptFilter crypt, CompressionFilter compression, SessionListener listener, KexFilter.Proposer proposer, KexFilter.HostKeyChecker checker) -
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 TypeClassDescriptionclassAbstractSessionFactory<M extends FactoryManager, S extends AbstractSession>An abstract base factory of sessions.Methods in org.apache.sshd.common.session.helpers that return AbstractSessionModifier and TypeMethodDescriptionprotected abstract AbstractSessionAbstractSessionIoHandler.createSession(org.apache.sshd.common.io.IoSession ioSession) AbstractConnectionService.getSession()static AbstractSessionAbstractSession.getSession(org.apache.sshd.common.io.IoSession ioSession) Retrieve the SSH session from the I/O session.static AbstractSessionAbstractSession.getSession(org.apache.sshd.common.io.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 voidAbstractSession.attachSession(org.apache.sshd.common.io.IoSession ioSession, AbstractSession session) Attach an SSHAbstractSessionto 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 TypeClassDescriptionclassProvides default implementations forServerSessionrelated methodsclassThe default implementation for aServerSession