Uses of Interface
org.apache.sshd.server.command.CommandLifecycle
-
Packages that use CommandLifecycle Package Description org.apache.sshd.scp.server org.apache.sshd.server.command org.apache.sshd.server.shell org.apache.sshd.sftp.server -
-
Uses of CommandLifecycle in org.apache.sshd.scp.server
Classes in org.apache.sshd.scp.server that implement CommandLifecycle Modifier and Type Class Description class
ScpCommand
This commands provide SCP support on both server and client side.class
ScpShell
This commands SCP support for a ChannelSession. -
Uses of CommandLifecycle in org.apache.sshd.server.command
Subinterfaces of CommandLifecycle in org.apache.sshd.server.command Modifier and Type Interface Description interface
AsyncCommand
Represents a command capable of doing non-blocking io.interface
Command
Represents 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 class
AbstractCommandSupport
Provides a basic useful skeleton forCommand
executionsclass
AbstractFileSystemCommand
Provides a basic useful skeleton forCommand
executions 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 interface
InvertedShell
This shell have inverted streams, such as the one obtained when launching a newProcess
from java.Classes in org.apache.sshd.server.shell that implement CommandLifecycle Modifier and Type Class Description class
InvertedShellWrapper
A shell implementation that wraps an instance ofInvertedShell
as aCommand
.class
ProcessShell
Bridges the I/O streams between the SSH command and the process that executes itclass
UnknownCommand
Implementation of an unknown command that can be returned byCommandFactory
when the command is not known, as it is supposed to always return a validCommand
object. -
Uses of CommandLifecycle in org.apache.sshd.sftp.server
Classes in org.apache.sshd.sftp.server that implement CommandLifecycle Modifier and Type Class Description class
SftpSubsystem
SFTP subsystem
-