Uses of Package
org.apache.sshd.common.session.helpers
Packages that use org.apache.sshd.common.session.helpers
Package
Description
-
Classes in org.apache.sshd.common.session.helpers used by org.apache.sshd.client.global
-
Classes in org.apache.sshd.common.session.helpers used by org.apache.sshd.client.sessionClassDescriptionBase implementation of ConnectionService.The AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.An abstract base factory of sessions.TODO Add javadocHolds the current SSH service for a
Session
.Contains split code in order to makeAbstractSession
class smaller -
Classes in org.apache.sshd.common.session.helpers used by org.apache.sshd.common.global
-
Classes in org.apache.sshd.common.session.helpers used by org.apache.sshd.common.helpersClassDescriptionAn abstract base factory of sessions.Task that iterates over all currently open
Session
s and checks each of them for timeouts. -
Classes in org.apache.sshd.common.session.helpers used by org.apache.sshd.common.session
-
Classes in org.apache.sshd.common.session.helpers used by org.apache.sshd.common.session.helpersClassDescriptionThe AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.Message encoding or decoding settings as determined at the end of a key exchange.TODO Add javadocHolds the current SSH service for a
Session
.Manages SSH message sending during a key exchange.Special exception returned byAbstractSession.getSession(org.apache.sshd.common.io.IoSession, boolean)
to indicate that there is no currently attached SSH sessionSpecial exception thrown byAbstractSession.attachSession(org.apache.sshd.common.io.IoSession, AbstractSession)
in order to indicate an already attached I/O sessionFuture holding a packet pending key exchange termination.Delegates the main interface methods to specific ones after having decoded each message bufferContains split code in order to makeAbstractSession
class smallerUsed to convey information about an expired timeoutTimeout status. -
Classes in org.apache.sshd.common.session.helpers used by org.apache.sshd.serverClassDescriptionThe AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.
-
Classes in org.apache.sshd.common.session.helpers used by org.apache.sshd.server.global
-
Classes in org.apache.sshd.common.session.helpers used by org.apache.sshd.server.sessionClassDescriptionBase implementation of ConnectionService.The AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.An abstract base factory of sessions.TODO Add javadocContains split code in order to make
AbstractSession
class smaller