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 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.