Package org.apache.sshd.server.shell
package org.apache.sshd.server.shell
-
ClassDescriptionProvides different shell(s) based on some criteria of the provided
ChannelSessionA simplistic interactive shell factoryThis shell have inverted streams, such as the one obtained when launching a newProcessfrom java.A shell implementation that wraps an instance ofInvertedShellas aCommand.Bridges the I/O streams between the SSH command and the process that executes itExecutes commands by invoking the underlying shellShell(s) are executed on the server side when a "shell" channel is establishedHandles the input while taking into account thePtyModes for handling CR / LFHandles the output stream while taking care of thePtyModefor CR / LF and ECHO settingsImplementation of an unknown command that can be returned byCommandFactorywhen the command is not known, as it is supposed to always return a validCommandobject.