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.Encapsulates common behavior for both client and server sessions.An abstract base factory of sessions.TODO Add javadocHolds the current SSH service for a
Session.Contains split code in order to makeAbstractSessionclass 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
Sessions and checks each of them for timeouts. -
Classes in org.apache.sshd.common.session.helpers used by org.apache.sshd.common.session.filters
-
Classes in org.apache.sshd.common.session.helpers used by org.apache.sshd.common.session.filters.kex
-
Classes in org.apache.sshd.common.session.helpers used by org.apache.sshd.common.session.helpersClassDescriptionEncapsulates common behavior for both client and server sessions.TODO Add javadocHolds the current SSH service for a
Session.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 sessionDelegates the main interface methods to specific ones after having decoded each message bufferContains split code in order to makeAbstractSessionclass smaller -
Classes in org.apache.sshd.common.session.helpers used by org.apache.sshd.server
-
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.Encapsulates common behavior for both client and server sessions.An abstract base factory of sessions.TODO Add javadocContains split code in order to make
AbstractSessionclass smaller