Uses of Class
com.sshtools.vsession.commands.ssh.SshClientArguments
Packages that use SshClientArguments
Package
Description
-
Uses of SshClientArguments in com.sshtools.server.callback
Methods in com.sshtools.server.callback with parameters of type SshClientArgumentsModifier and TypeMethodDescriptionboolean
InMemoryCallbackRegistrationService.resolveOptions
(String destination, SshClientArguments arguments, VirtualConsole console) -
Uses of SshClientArguments in com.sshtools.server.vsession.commands.sftp
Methods in com.sshtools.server.vsession.commands.sftp that return SshClientArgumentsModifier and TypeMethodDescriptionstatic SshClientArguments
SftpClientOptionsEvaluator.evaluate
(org.apache.commons.cli.CommandLine commandLine, VirtualConsole console) -
Uses of SshClientArguments in com.sshtools.vsession.commands.ssh
Methods in com.sshtools.vsession.commands.ssh that return SshClientArgumentsModifier and TypeMethodDescriptionstatic SshClientArguments
SshClientOptionsEvaluator.evaluate
(org.apache.commons.cli.CommandLine commandLine, String[] originalArguments, VirtualConsole console) protected abstract SshClientArguments
AbstractSshClientCommand.generateCommandArguments
(org.apache.commons.cli.CommandLine cli, String[] args) protected SshClientArguments
SshClientCommand.generateCommandArguments
(org.apache.commons.cli.CommandLine cli, String[] args) Methods in com.sshtools.vsession.commands.ssh with parameters of type SshClientArgumentsModifier and TypeMethodDescriptionstatic SshClient
SshClientHelper.connectClient
(SshClientArguments arguments, VirtualConsole console) static SshClientContext
SshClientHelper.getSshContext
(SshClientArguments arguments) protected static void
AbstractSshOptionsEvaluator.parseCiphers
(org.apache.commons.cli.CommandLine commandLine, SshClientArguments arguments) protected static void
AbstractSshOptionsEvaluator.parseCompression
(org.apache.commons.cli.CommandLine commandLine, SshClientArguments arguments) protected static void
AbstractSshOptionsEvaluator.parseDestination
(org.apache.commons.cli.CommandLine commandLine, SshClientArguments arguments) protected static void
AbstractSshOptionsEvaluator.parseIdentityFilename
(org.apache.commons.cli.CommandLine commandLine, SshClientArguments arguments, VirtualConsole console) protected static void
AbstractSshOptionsEvaluator.parseLoginName
(org.apache.commons.cli.CommandLine commandLine, SshClientArguments arguments) protected static void
AbstractSshOptionsEvaluator.parseMacs
(org.apache.commons.cli.CommandLine commandLine, SshClientArguments arguments) protected static void
AbstractSshOptionsEvaluator.parsePort
(org.apache.commons.cli.CommandLine commandLine, SshClientArguments arguments) protected static void
AbstractSshOptionsEvaluator.parseSecurityLevel
(org.apache.commons.cli.CommandLine commandLine, SshClientArguments arguments) boolean
SshOptionsResolver.resolveOptions
(String destination, SshClientArguments arguments, VirtualConsole console) protected abstract void
AbstractSshClientCommand.runCommand
(SshClient sshClient, SshClientArguments arguments, VirtualConsole console) void
SshClientCommand.runCommand
(SshClient sshClient, SshClientArguments arguments, VirtualConsole console) static void
SshClientHelper.setUpCipherSpecs
(SshClientArguments arguments, SshClientContext ctx) static void
SshClientHelper.setUpCompression
(SshClientArguments arguments, SshClientContext ctx) static void
SshClientHelper.setUpMacSpecs
(SshClientArguments arguments, SshClientContext ctx)