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 TypeClassDescriptionclassThis commands provide SCP support on both server and client side.classThis commands SCP support for a ChannelSession.Methods in org.apache.sshd.scp.server that return CommandModifier and TypeMethodDescriptionScpCommandFactory.createShell(ChannelSession channel) protected CommandScpCommandFactory.executeSupportedCommand(ChannelSession channel, 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 CommandChannelSession.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.ResultChannelSession.prepareChannelCommand(String request, Command cmd) protected CommandChannelSession.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 TypeInterfaceDescriptioninterfaceRepresents a command capable of doing non-blocking io.Classes in org.apache.sshd.server.command that implement CommandModifier and TypeClassDescriptionclassProvides a basic useful skeleton forCommandexecutionsclassProvides a basic useful skeleton forCommandexecutions 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 CommandAbstractDelegatingCommandFactory.createUnsupportedCommand(ChannelSession channel, String command) protected abstract CommandAbstractDelegatingCommandFactory.executeSupportedCommand(ChannelSession channel, String command) -
Uses of Command in org.apache.sshd.server.shell
Classes in org.apache.sshd.server.shell that implement CommandModifier and TypeClassDescriptionclassA shell implementation that wraps an instance ofInvertedShellas aCommand.classImplementation of an unknown command that can be returned byCommandFactorywhen the command is not known, as it is supposed to always return a validCommandobject.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 CommandSubsystemFactory.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