Package org.apache.sshd.common.session.helpers
package org.apache.sshd.common.session.helpers
-
ClassDescriptionBase 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.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 sessionAByteArrayBufferthat will be prepared with the SSH header (5 bytes).Future 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 makeAbstractSessionclass smallerTask that iterates over all currently openSessions and checks each of them for timeouts.