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.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.Fields in org.apache.sshd.common.session.helpers declared as AbstractSessionModifier and TypeFieldDescriptionprotected final AbstractSessionKeyExchangeMessageHandler.sessionTheAbstractSessionthisKeyExchangeMessageHandlerbelongs to.private final AbstractSessionAbstractConnectionService.sessionInstanceMethods in org.apache.sshd.common.session.helpers that return AbstractSessionModifier and TypeMethodDescriptionprotected abstract AbstractSessionAbstractSessionIoHandler.createSession(IoSession ioSession) AbstractConnectionService.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 AbstractSessionModifier and TypeMethodDescriptionstatic voidAbstractSession.attachSession(IoSession ioSession, AbstractSession session) Attach an SSHAbstractSessionto the I/O sessionConstructors in org.apache.sshd.common.session.helpers with parameters of type AbstractSessionModifierConstructorDescriptionprotectedAbstractConnectionService(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 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