Package org.apache.sshd.cli.server
Class SshServerMain
java.lang.Object
org.apache.sshd.cli.CliSupport
org.apache.sshd.cli.server.SshServerCliSupport
org.apache.sshd.cli.server.SshServerMain
TODO Add javadoc
-
Field Summary
Fields inherited from class org.apache.sshd.cli.server.SshServerCliSupport
DEFAULT_SHELL_FACTORY, SHELL_FACTORY_OPTION
Fields inherited from class org.apache.sshd.cli.CliSupport
DEFAULT_IO_SERVICE_FACTORY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
private static org.apache.sshd.server.command.CommandFactory
setupCommandFactory
(org.apache.sshd.server.SshServer sshd, Level level, PrintStream stdout, PrintStream stderr, org.apache.sshd.server.shell.ShellFactory shellFactory) Methods inherited from class org.apache.sshd.cli.server.SshServerCliSupport
createScpCommandFactory, registerSubsystemFactoryListeners, resolveServerKeys, resolveServerSubsystems, resolveShellFactory, setupServerBanner, setupServerForwarding
Methods inherited from class org.apache.sshd.cli.CliSupport
createLoggingIoServiceEventListener, createLoggingSessionListener, printFieldsValues, resolveBuiltinIoServiceFactory, resolveIoServiceFactory, setupCiphers, setupCiphers, setupCompressions, setupCompressions, setupIoServiceFactory, setupMacs, setupMacs, setupUserAuthFactories, splitCommandLineArguments
-
Constructor Details
-
SshServerMain
public SshServerMain()
-
-
Method Details
-
main
- Throws:
Exception
-
setupCommandFactory
private static org.apache.sshd.server.command.CommandFactory setupCommandFactory(org.apache.sshd.server.SshServer sshd, Level level, PrintStream stdout, PrintStream stderr, org.apache.sshd.server.shell.ShellFactory shellFactory)
-