Uses of Interface
org.apache.sshd.server.command.CommandLifecycle
-
Packages that use CommandLifecycle Package Description org.apache.sshd.server.command org.apache.sshd.server.shell -
-
Uses of CommandLifecycle in org.apache.sshd.server.command
Subinterfaces of CommandLifecycle in org.apache.sshd.server.command Modifier and Type Interface Description interfaceAsyncCommandRepresents a command capable of doing non-blocking io.interfaceCommandRepresents a command, shell or subsystem that can be used to send command.Classes in org.apache.sshd.server.command that implement CommandLifecycle Modifier and Type Class Description classAbstractCommandSupportProvides a basic useful skeleton forCommandexecutionsclassAbstractFileSystemCommandProvides a basic useful skeleton forCommandexecutions that require file system access -
Uses of CommandLifecycle in org.apache.sshd.server.shell
Subinterfaces of CommandLifecycle in org.apache.sshd.server.shell Modifier and Type Interface Description interfaceInvertedShellThis shell have inverted streams, such as the one obtained when launching a newProcessfrom java.Classes in org.apache.sshd.server.shell that implement CommandLifecycle Modifier and Type Class Description classInvertedShellWrapperA shell implementation that wraps an instance ofInvertedShellas aCommand.classProcessShellBridges the I/O streams between the SSH command and the process that executes itclassUnknownCommandImplementation of an unknown command that can be returned byCommandFactorywhen the command is not known, as it is supposed to always return a validCommandobject.
-