Uses of Class
org.apache.sshd.common.session.helpers.MultipleAttachedSessionException
-
Packages that use MultipleAttachedSessionException Package Description org.apache.sshd.common.session.helpers -
-
Uses of MultipleAttachedSessionException in org.apache.sshd.common.session.helpers
Methods in org.apache.sshd.common.session.helpers that throw MultipleAttachedSessionException Modifier and Type Method Description static void
AbstractSession. attachSession(IoSession ioSession, AbstractSession session)
Attach an SSHAbstractSession
to the I/O session
-