Uses of Interface
org.apache.sshd.server.command.Command
Packages that use Command
Package
Description
-
Uses of Command in org.apache.sshd.scp.server
Classes in org.apache.sshd.scp.server that implement CommandModifier and TypeClassDescriptionclass
This commands provide SCP support on both server and client side.class
This commands SCP support for a ChannelSession.Methods in org.apache.sshd.scp.server that return CommandModifier and TypeMethodDescriptionScpCommandFactory.createShell
(ChannelSession channel) protected Command
ScpCommandFactory.executeSupportedCommand
(String command) -
Uses of Command in org.apache.sshd.server.channel
Fields in org.apache.sshd.server.channel declared as CommandMethods in org.apache.sshd.server.channel that return CommandModifier and TypeMethodDescriptionprotected Command
ChannelSession.prepareCommand
(String requestType, Command command) Called byChannelSession.prepareChannelCommand(String, Command)
in order to set up the command's streams, session, file-system, exit callback, etc..Methods in org.apache.sshd.server.channel with parameters of type CommandModifier and TypeMethodDescriptionprotected RequestHandler.Result
ChannelSession.prepareChannelCommand
(String request, Command cmd) protected Command
ChannelSession.prepareCommand
(String requestType, Command command) Called byChannelSession.prepareChannelCommand(String, Command)
in order to set up the command's streams, session, file-system, exit callback, etc.. -
Uses of Command in org.apache.sshd.server.command
Subinterfaces of Command in org.apache.sshd.server.commandModifier and TypeInterfaceDescriptioninterface
Represents a command capable of doing non-blocking io.Classes in org.apache.sshd.server.command that implement CommandModifier and TypeClassDescriptionclass
Provides a basic useful skeleton forCommand
executionsclass
Provides a basic useful skeleton forCommand
executions that require file system accessMethods in org.apache.sshd.server.command that return CommandModifier and TypeMethodDescriptionAbstractDelegatingCommandFactory.createCommand
(ChannelSession channel, String command) CommandFactory.createCommand
(ChannelSession channel, String command) Create a command with the given name.protected Command
AbstractDelegatingCommandFactory.createUnsupportedCommand
(String command) protected abstract Command
AbstractDelegatingCommandFactory.executeSupportedCommand
(String command) -
Uses of Command in org.apache.sshd.server.shell
Classes in org.apache.sshd.server.shell that implement CommandModifier and TypeClassDescriptionclass
A shell implementation that wraps an instance ofInvertedShell
as aCommand
.class
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.Methods in org.apache.sshd.server.shell that return CommandModifier and TypeMethodDescriptionProcessShellCommandFactory.createCommand
(ChannelSession channel, String command) UnknownCommandFactory.createCommand
(ChannelSession channel, String command) AggregateShellFactory.createShell
(ChannelSession channel) ProcessShellFactory.createShell
(ChannelSession channel) ShellFactory.createShell
(ChannelSession channel) -
Uses of Command in org.apache.sshd.server.subsystem
Methods in org.apache.sshd.server.subsystem that return CommandModifier and TypeMethodDescriptionSubsystemFactory.createSubsystem
(ChannelSession channel) static Command
SubsystemFactory.createSubsystem
(ChannelSession channel, Collection<? extends SubsystemFactory> factories, String name) -
Uses of Command in org.apache.sshd.sftp.server
Classes in org.apache.sshd.sftp.server that implement CommandMethods in org.apache.sshd.sftp.server that return Command