Uses of Class
org.apache.sshd.common.session.helpers.MissingAttachedSessionException
Packages that use MissingAttachedSessionException
-
Uses of MissingAttachedSessionException in org.apache.sshd.common.session.helpers
Methods in org.apache.sshd.common.session.helpers that throw MissingAttachedSessionExceptionModifier and TypeMethodDescriptionstatic 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.