Uses of Class
org.apache.sshd.common.session.helpers.MissingAttachedSessionException
-
Packages that use MissingAttachedSessionException Package Description org.apache.sshd.common.session.helpers -
-
Uses of MissingAttachedSessionException in org.apache.sshd.common.session.helpers
Methods in org.apache.sshd.common.session.helpers that throw MissingAttachedSessionException Modifier and Type Method Description static 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.
-